Html Css Color HEX #3EE6D6 Turquoise

📋 copy color: '#3EE6D6'

red 62 ◦ green 230 ◦ blue 214

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

Shades of Turquoise #3EE6D6

Tints of Turquoise #3EE6D6

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.45%

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 12.25%
G = 45.45%
B = 42.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#3EE6D6 (or 0x3EE6D6) is known color: Turquoise. HEX triplet: 3E, E6 and D6. RGB value is (62,230,214). Sum of RGB (Red+Green+Blue) = 62+230+214=506 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.25% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #3EE6D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE6D6 is #C11929. Grayscale: #B1B1B1. Windows color (decimal): -12654890 or 14083646. OLE color: 14083646.

HSL color Cylindrical-coordinate representation of color #3EE6D6: hue angle of 174.29º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE6D6 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 62 230 214 -
CMYK 0.73 0 0.07 0.10
HSL 174.29º 0.77% 0.57% -
HSV(B) 174.29º 0.73% 0.9% -
XYZ 42.42 62.47 73.44 -
YUV 177.94 148.34 45.3 -
System Red Green Blue C M Y K H S L
Decimal 62 230 214 0.73 0 0.07 0.10 174.29 0.77 0.57
Hex 3E E6 D6 49 0 7 A AE 4D 39
Octal 76 346 326 111 0 7 12 256 115 71
Binary 111110 11100110 11010110 1001001 0 111 1010 10101110 1001101 111001

Color Harmonies of #3EE6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE6D6

Black with #3EE6D6

Text Example


Text Example

White with #3EE6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,230,214); }

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

background-color css

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

 a { background-color: rgb(62,230,214); }

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

border-color css

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

 span { border-color: rgb(62,230,214); }

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