Html Css Color HEX #3EECFE Turquoise

📋 copy color: '#3EECFE'

red 62 ◦ green 236 ◦ blue 254

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

Shades of Turquoise #3EECFE

Tints of Turquoise #3EECFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 11.23%
G = 42.75%
B = 46.01%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3EECFE (or 0x3EECFE) is known color: Turquoise. HEX triplet: 3E, EC and FE. RGB value is (62,236,254). Sum of RGB (Red+Green+Blue) = 62+236+254=552 (73% of max value = 765). Red value is 62 (24.61% from 255 or 11.23% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #3EECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECFE is #C11301. Grayscale: #B9B9B9. Windows color (decimal): -12653314 or 16706622. OLE color: 16706622.

HSL color Cylindrical-coordinate representation of color #3EECFE: hue angle of 185.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EECFE is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 62 236 254 -
CMYK 0.76 0.07 0 0.00
HSL 185.63º 0.99% 0.62% -
HSV(B) 185.63º 0.76% 1% -
XYZ 49.87 68.17 104.3 -
YUV 186.03 166.35 39.54 -
System Red Green Blue C M Y K H S L
Decimal 62 236 254 0.76 0.07 0 0.00 185.63 0.99 0.62
Hex 3E EC FE 4C 7 0 0 BA 63 3E
Octal 76 354 376 114 7 0 0 272 143 76
Binary 111110 11101100 11111110 1001100 111 0 0 10111010 1100011 111110

Color Harmonies of #3EECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EECFE

Black with #3EECFE

Text Example


Text Example

White with #3EECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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