Html Css Color HEX #3EDEFE Turquoise

📋 copy color: '#3EDEFE'

red 62 ◦ green 222 ◦ blue 254

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

Shades of Turquoise #3EDEFE

Tints of Turquoise #3EDEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.26%

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

R = 11.52%
G = 41.26%
B = 47.21%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3EDEFE (or 0x3EDEFE) is known color: Turquoise. HEX triplet: 3E, DE and FE. RGB value is (62,222,254). Sum of RGB (Red+Green+Blue) = 62+222+254=538 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.52% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #3EDEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDEFE is #C12101. Grayscale: #B1B1B1. Windows color (decimal): -12656898 or 16703038. OLE color: 16703038.

HSL color Cylindrical-coordinate representation of color #3EDEFE: hue angle of 190º 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 #3EDEFE is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 62 222 254 -
CMYK 0.76 0.13 0 0.00
HSL 190º 0.99% 0.62% -
HSV(B) 190º 0.76% 1% -
XYZ 46 60.42 103 -
YUV 177.81 170.99 45.4 -
System Red Green Blue C M Y K H S L
Decimal 62 222 254 0.76 0.13 0 0.00 190 0.99 0.62
Hex 3E DE FE 4C D 0 0 BE 63 3E
Octal 76 336 376 114 15 0 0 276 143 76
Binary 111110 11011110 11111110 1001100 1101 0 0 10111110 1100011 111110

Color Harmonies of #3EDEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDEFE

Black with #3EDEFE

Text Example


Text Example

White with #3EDEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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