Html Css Color HEX #3EDBEF Turquoise

📋 copy color: '#3EDBEF'

red 62 ◦ green 219 ◦ blue 239

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

Shades of Turquoise #3EDBEF

Tints of Turquoise #3EDBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 11.92%
G = 42.12%
B = 45.96%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3EDBEF (or 0x3EDBEF) is known color: Turquoise. HEX triplet: 3E, DB and EF. RGB value is (62,219,239). Sum of RGB (Red+Green+Blue) = 62+219+239=520 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.92% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #3EDBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDBEF is #C12410. Grayscale: #AEAEAE. Windows color (decimal): -12657681 or 15719230. OLE color: 15719230.

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

Color convert

RGB 62 219 239 -
CMYK 0.74 0.08 0 0.06
HSL 186.78º 0.85% 0.59% -
HSV(B) 186.78º 0.74% 0.94% -
XYZ 42.9 57.92 90.58 -
YUV 174.34 164.49 47.87 -
System Red Green Blue C M Y K H S L
Decimal 62 219 239 0.74 0.08 0 0.06 186.78 0.85 0.59
Hex 3E DB EF 4A 8 0 6 BB 55 3B
Octal 76 333 357 112 10 0 6 273 125 73
Binary 111110 11011011 11101111 1001010 1000 0 110 10111011 1010101 111011

Color Harmonies of #3EDBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDBEF

Black with #3EDBEF

Text Example


Text Example

White with #3EDBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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