Html Css Color HEX #3EDAC6 Turquoise

📋 copy color: '#3EDAC6'

red 62 ◦ green 218 ◦ blue 198

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

Shades of Turquoise #3EDAC6

Tints of Turquoise #3EDAC6

RGB

 RED value IS 62 (24.61% from 255) = 12.97%

 GREEN value IS 218 (85.55% from 255) = 45.61%

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 12.97%
G = 45.61%
B = 41.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#3EDAC6 (or 0x3EDAC6) is known color: Turquoise. HEX triplet: 3E, DA and C6. RGB value is (62,218,198). Sum of RGB (Red+Green+Blue) = 62+218+198=478 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.97% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDAC6 is #C12539. Grayscale: #A9A9A9. Windows color (decimal): -12657978 or 13031998. OLE color: 13031998.

HSL color Cylindrical-coordinate representation of color #3EDAC6: hue angle of 172.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDAC6 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 62 218 198 -
CMYK 0.72 0 0.09 0.15
HSL 172.31º 0.68% 0.55% -
HSV(B) 172.31º 0.72% 0.85% -
XYZ 37.25 55.24 62.13 -
YUV 169.08 144.32 51.63 -
System Red Green Blue C M Y K H S L
Decimal 62 218 198 0.72 0 0.09 0.15 172.31 0.68 0.55
Hex 3E DA C6 48 0 9 F AC 44 37
Octal 76 332 306 110 0 11 17 254 104 67
Binary 111110 11011010 11000110 1001000 0 1001 1111 10101100 1000100 110111

Color Harmonies of #3EDAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDAC6

Black with #3EDAC6

Text Example


Text Example

White with #3EDAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,218,198); }

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

background-color css

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

 a { background-color: rgb(62,218,198); }

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

border-color css

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

 span { border-color: rgb(62,218,198); }

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