Html Css Color HEX #3EFCE4 Turquoise

📋 copy color: '#3EFCE4'

red 62 ◦ green 252 ◦ blue 228

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

Shades of Turquoise #3EFCE4

Tints of Turquoise #3EFCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.07%

R = 11.44%
G = 46.49%
B = 42.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#3EFCE4 (or 0x3EFCE4) is known color: Turquoise. HEX triplet: 3E, FC and E4. RGB value is (62,252,228). Sum of RGB (Red+Green+Blue) = 62+252+228=542 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.44% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFCE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFCE4 is #C1031B. Grayscale: #C0C0C0. Windows color (decimal): -12649244 or 15006782. OLE color: 15006782.

HSL color Cylindrical-coordinate representation of color #3EFCE4: hue angle of 172.42º 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 #3EFCE4 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 252 228 -
CMYK 0.75 0 0.10 0.01
HSL 172.42º 0.97% 0.62% -
HSV(B) 172.42º 0.75% 0.99% -
XYZ 50.8 76.25 85.44 -
YUV 192.45 148.05 34.95 -
System Red Green Blue C M Y K H S L
Decimal 62 252 228 0.75 0 0.10 0.01 172.42 0.97 0.62
Hex 3E FC E4 4B 0 A 1 AC 61 3E
Octal 76 374 344 113 0 12 1 254 141 76
Binary 111110 11111100 11100100 1001011 0 1010 1 10101100 1100001 111110

Color Harmonies of #3EFCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFCE4

Black with #3EFCE4

Text Example


Text Example

White with #3EFCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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