Html Css Color HEX #3EDBEE Turquoise

📋 copy color: '#3EDBEE'

red 62 ◦ green 219 ◦ blue 238

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

Shades of Turquoise #3EDBEE

Tints of Turquoise #3EDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 11.95%
G = 42.2%
B = 45.86%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3EDBEE (or 0x3EDBEE) is known color: Turquoise. HEX triplet: 3E, DB and EE. RGB value is (62,219,238). Sum of RGB (Red+Green+Blue) = 62+219+238=519 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.95% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #3EDBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDBEE is #C12411. Grayscale: #ADADAD. Windows color (decimal): -12657682 or 15653694. OLE color: 15653694.

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

Color convert

RGB 62 219 238 -
CMYK 0.74 0.08 0 0.07
HSL 186.48º 0.84% 0.59% -
HSV(B) 186.48º 0.74% 0.93% -
XYZ 42.75 57.86 89.8 -
YUV 174.22 163.99 47.96 -
System Red Green Blue C M Y K H S L
Decimal 62 219 238 0.74 0.08 0 0.07 186.48 0.84 0.59
Hex 3E DB EE 4A 8 0 7 BA 54 3B
Octal 76 333 356 112 10 0 7 272 124 73
Binary 111110 11011011 11101110 1001010 1000 0 111 10111010 1010100 111011

Color Harmonies of #3EDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDBEE

Black with #3EDBEE

Text Example


Text Example

White with #3EDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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