Html Css Color HEX #3AD2CE Medium Turquoise

📋 copy color: '#3AD2CE'

red 58 ◦ green 210 ◦ blue 206

#3AD2CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #3AD2CE

Tints of Medium Turquoise #3AD2CE

RGB

 RED value IS 58 (23.05% from 255) = 12.24%

 GREEN value IS 210 (82.42% from 255) = 44.3%

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 12.24%
G = 44.3%
B = 43.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3AD2CE (or 0x3AD2CE) is known color: Medium Turquoise. HEX triplet: 3A, D2 and CE. RGB value is (58,210,206). Sum of RGB (Red+Green+Blue) = 58+210+206=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD2CE is #C52D31. Grayscale: #A3A3A3. Windows color (decimal): -12922162 or 13554234. OLE color: 13554234.

HSL color Cylindrical-coordinate representation of color #3AD2CE: hue angle of 178.42º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD2CE is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 210 206 -
CMYK 0.72 0 0.02 0.18
HSL 178.42º 0.63% 0.53% -
HSV(B) 178.42º 0.72% 0.82% -
XYZ 35.93 51.45 66.43 -
YUV 164.1 151.64 52.33 -
System Red Green Blue C M Y K H S L
Decimal 58 210 206 0.72 0 0.02 0.18 178.42 0.63 0.53
Hex 3A D2 CE 48 0 2 12 B2 3F 35
Octal 72 322 316 110 0 2 22 262 77 65
Binary 111010 11010010 11001110 1001000 0 10 10010 10110010 111111 110101

Color Harmonies of #3AD2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD2CE

Black with #3AD2CE

Text Example


Text Example

White with #3AD2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AD2CE; }

 p { color: rgb(58,210,206); }

 H1.HeaderClassName
 {
   color: #3AD2CE;
 }
 .AnyTagClassName
 {
   color: #3AD2CE;
 }
</style>

background-color css

<style>
 a { background-color: #3AD2CE; }

 a { background-color: rgb(58,210,206); }

 div.DivClassName
 {
   background-color: #3AD2CE;
 }
 .BgClassName
 {
   background-color: #3AD2CE;
 }
</style>

border-color css

<style>
 span { border-color: #3AD2CE; }

 span { border-color: rgb(58,210,206); }

 td.TdClassName
 {
   border-color: #3AD2CE;
 }
 .TagClassName
 {
   border-color: #3AD2CE;
 }
</style>