Html Css Color HEX #3EFCF2 Turquoise

📋 copy color: '#3EFCF2'

red 62 ◦ green 252 ◦ blue 242

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

Shades of Turquoise #3EFCF2

Tints of Turquoise #3EFCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.53%

R = 11.15%
G = 45.32%
B = 43.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#3EFCF2 (or 0x3EFCF2) is known color: Turquoise. HEX triplet: 3E, FC and F2. RGB value is (62,252,242). Sum of RGB (Red+Green+Blue) = 62+252+242=556 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.15% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFCF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFCF2 is #C1030D. Grayscale: #C1C1C1. Windows color (decimal): -12649230 or 15924286. OLE color: 15924286.

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

Color convert

RGB 62 252 242 -
CMYK 0.75 0 0.04 0.01
HSL 176.84º 0.97% 0.62% -
HSV(B) 176.84º 0.75% 0.99% -
XYZ 52.82 77.06 96.09 -
YUV 194.05 155.05 33.81 -
System Red Green Blue C M Y K H S L
Decimal 62 252 242 0.75 0 0.04 0.01 176.84 0.97 0.62
Hex 3E FC F2 4B 0 4 1 B1 61 3E
Octal 76 374 362 113 0 4 1 261 141 76
Binary 111110 11111100 11110010 1001011 0 100 1 10110001 1100001 111110

Color Harmonies of #3EFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFCF2

Black with #3EFCF2

Text Example


Text Example

White with #3EFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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