Html Css Color HEX #3EF1D6 Turquoise

📋 copy color: '#3EF1D6'

red 62 ◦ green 241 ◦ blue 214

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

Shades of Turquoise #3EF1D6

Tints of Turquoise #3EF1D6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.62%

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

R = 11.99%
G = 46.62%
B = 41.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#3EF1D6 (or 0x3EF1D6) is known color: Turquoise. HEX triplet: 3E, F1 and D6. RGB value is (62,241,214). Sum of RGB (Red+Green+Blue) = 62+241+214=517 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.99% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF1D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF1D6 is #C10E29. Grayscale: #B8B8B8. Windows color (decimal): -12652074 or 14086462. OLE color: 14086462.

HSL color Cylindrical-coordinate representation of color #3EF1D6: hue angle of 170.95º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF1D6 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 62 241 214 -
CMYK 0.74 0 0.11 0.05
HSL 170.95º 0.86% 0.59% -
HSV(B) 170.95º 0.74% 0.95% -
XYZ 45.58 68.79 74.49 -
YUV 184.4 144.7 40.7 -
System Red Green Blue C M Y K H S L
Decimal 62 241 214 0.74 0 0.11 0.05 170.95 0.86 0.59
Hex 3E F1 D6 4A 0 B 5 AB 56 3B
Octal 76 361 326 112 0 13 5 253 126 73
Binary 111110 11110001 11010110 1001010 0 1011 101 10101011 1010110 111011

Color Harmonies of #3EF1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF1D6

Black with #3EF1D6

Text Example


Text Example

White with #3EF1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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