Html Css Color HEX #3EFCD4 Turquoise

📋 copy color: '#3EFCD4'

red 62 ◦ green 252 ◦ blue 212

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

Shades of Turquoise #3EFCD4

Tints of Turquoise #3EFCD4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.91%

 BLUE value IS 212 (83.2% from 255) = 40.3%

R = 11.79%
G = 47.91%
B = 40.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#3EFCD4 (or 0x3EFCD4) is known color: Turquoise. HEX triplet: 3E, FC and D4. RGB value is (62,252,212). Sum of RGB (Red+Green+Blue) = 62+252+212=526 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.79% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFCD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFCD4 is #C1032B. Grayscale: #BEBEBE. Windows color (decimal): -12649260 or 13958206. OLE color: 13958206.

HSL color Cylindrical-coordinate representation of color #3EFCD4: hue angle of 167.37º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFCD4 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 252 212 -
CMYK 0.75 0 0.16 0.01
HSL 167.37º 0.97% 0.62% -
HSV(B) 167.37º 0.75% 0.99% -
XYZ 48.68 75.4 74.27 -
YUV 190.63 140.05 36.25 -
System Red Green Blue C M Y K H S L
Decimal 62 252 212 0.75 0 0.16 0.01 167.37 0.97 0.62
Hex 3E FC D4 4B 0 10 1 A7 61 3E
Octal 76 374 324 113 0 20 1 247 141 76
Binary 111110 11111100 11010100 1001011 0 10000 1 10100111 1100001 111110

Color Harmonies of #3EFCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFCD4

Black with #3EFCD4

Text Example


Text Example

White with #3EFCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,252,212); }

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

background-color css

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

 a { background-color: rgb(62,252,212); }

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

border-color css

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

 span { border-color: rgb(62,252,212); }

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