Html Css Color HEX #3EECDB Turquoise

📋 copy color: '#3EECDB'

red 62 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #3EECDB

Tints of Turquoise #3EECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 11.99%
G = 45.65%
B = 42.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#3EECDB (or 0x3EECDB) is known color: Turquoise. HEX triplet: 3E, EC and DB. RGB value is (62,236,219). Sum of RGB (Red+Green+Blue) = 62+236+219=517 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.99% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECDB is #C11324. Grayscale: #B5B5B5. Windows color (decimal): -12653349 or 14412862. OLE color: 14412862.

HSL color Cylindrical-coordinate representation of color #3EECDB: hue angle of 174.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EECDB is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 236 219 -
CMYK 0.74 0 0.07 0.07
HSL 174.14º 0.82% 0.58% -
HSV(B) 174.14º 0.74% 0.93% -
XYZ 44.77 66.13 77.42 -
YUV 182.04 148.85 42.38 -
System Red Green Blue C M Y K H S L
Decimal 62 236 219 0.74 0 0.07 0.07 174.14 0.82 0.58
Hex 3E EC DB 4A 0 7 7 AE 52 3A
Octal 76 354 333 112 0 7 7 256 122 72
Binary 111110 11101100 11011011 1001010 0 111 111 10101110 1010010 111010

Color Harmonies of #3EECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EECDB

Black with #3EECDB

Text Example


Text Example

White with #3EECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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