Html Css Color HEX #3EF1CB Turquoise

📋 copy color: '#3EF1CB'

red 62 ◦ green 241 ◦ blue 203

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

Shades of Turquoise #3EF1CB

Tints of Turquoise #3EF1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 12.25%
G = 47.63%
B = 40.12%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#3EF1CB (or 0x3EF1CB) is known color: Turquoise. HEX triplet: 3E, F1 and CB. RGB value is (62,241,203). Sum of RGB (Red+Green+Blue) = 62+241+203=506 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.25% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF1CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF1CB is #C10E34. Grayscale: #B7B7B7. Windows color (decimal): -12652085 or 13365566. OLE color: 13365566.

HSL color Cylindrical-coordinate representation of color #3EF1CB: hue angle of 167.26º 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 #3EF1CB is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 62 241 203 -
CMYK 0.74 0 0.16 0.05
HSL 167.26º 0.86% 0.59% -
HSV(B) 167.26º 0.74% 0.95% -
XYZ 44.22 68.25 67.34 -
YUV 183.15 139.2 41.59 -
System Red Green Blue C M Y K H S L
Decimal 62 241 203 0.74 0 0.16 0.05 167.26 0.86 0.59
Hex 3E F1 CB 4A 0 10 5 A7 56 3B
Octal 76 361 313 112 0 20 5 247 126 73
Binary 111110 11110001 11001011 1001010 0 10000 101 10100111 1010110 111011

Color Harmonies of #3EF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF1CB

Black with #3EF1CB

Text Example


Text Example

White with #3EF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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