Html Css Color HEX #3EECFC Turquoise

📋 copy color: '#3EECFC'

red 62 ◦ green 236 ◦ blue 252

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

Shades of Turquoise #3EECFC

Tints of Turquoise #3EECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.91%

 BLUE value IS 252 (98.83% from 255) = 45.82%

R = 11.27%
G = 42.91%
B = 45.82%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3EECFC (or 0x3EECFC) is known color: Turquoise. HEX triplet: 3E, EC and FC. RGB value is (62,236,252). Sum of RGB (Red+Green+Blue) = 62+236+252=550 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.27% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #3EECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECFC is #C11303. Grayscale: #B9B9B9. Windows color (decimal): -12653316 or 16575550. OLE color: 16575550.

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

Color convert

RGB 62 236 252 -
CMYK 0.75 0.06 0 0.01
HSL 185.05º 0.97% 0.62% -
HSV(B) 185.05º 0.75% 0.99% -
XYZ 49.55 68.04 102.62 -
YUV 185.8 165.35 39.7 -
System Red Green Blue C M Y K H S L
Decimal 62 236 252 0.75 0.06 0 0.01 185.05 0.97 0.62
Hex 3E EC FC 4B 6 0 1 B9 61 3E
Octal 76 354 374 113 6 0 1 271 141 76
Binary 111110 11101100 11111100 1001011 110 0 1 10111001 1100001 111110

Color Harmonies of #3EECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EECFC

Black with #3EECFC

Text Example


Text Example

White with #3EECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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