Html Css Color HEX #3EDBE0 Turquoise

📋 copy color: '#3EDBE0'

red 62 ◦ green 219 ◦ blue 224

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

Shades of Turquoise #3EDBE0

Tints of Turquoise #3EDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.37%

 BLUE value IS 224 (87.89% from 255) = 44.36%

R = 12.28%
G = 43.37%
B = 44.36%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3EDBE0 (or 0x3EDBE0) is known color: Turquoise. HEX triplet: 3E, DB and E0. RGB value is (62,219,224). Sum of RGB (Red+Green+Blue) = 62+219+224=505 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.28% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #3EDBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDBE0 is #C1241F. Grayscale: #ACACAC. Windows color (decimal): -12657696 or 14736190. OLE color: 14736190.

HSL color Cylindrical-coordinate representation of color #3EDBE0: hue angle of 181.85º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDBE0 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 219 224 -
CMYK 0.72 0.02 0 0.12
HSL 181.85º 0.72% 0.56% -
HSV(B) 181.85º 0.72% 0.88% -
XYZ 40.77 57.07 79.39 -
YUV 172.63 156.99 49.09 -
System Red Green Blue C M Y K H S L
Decimal 62 219 224 0.72 0.02 0 0.12 181.85 0.72 0.56
Hex 3E DB E0 48 2 0 C B6 48 38
Octal 76 333 340 110 2 0 14 266 110 70
Binary 111110 11011011 11100000 1001000 10 0 1100 10110110 1001000 111000

Color Harmonies of #3EDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDBE0

Black with #3EDBE0

Text Example


Text Example

White with #3EDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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