Html Css Color HEX #3EDBEA Turquoise

📋 copy color: '#3EDBEA'

red 62 ◦ green 219 ◦ blue 234

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

Shades of Turquoise #3EDBEA

Tints of Turquoise #3EDBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 12.04%
G = 42.52%
B = 45.44%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3EDBEA (or 0x3EDBEA) is known color: Turquoise. HEX triplet: 3E, DB and EA. RGB value is (62,219,234). Sum of RGB (Red+Green+Blue) = 62+219+234=515 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.04% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #3EDBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDBEA is #C12415. Grayscale: #ADADAD. Windows color (decimal): -12657686 or 15391550. OLE color: 15391550.

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

Color convert

RGB 62 219 234 -
CMYK 0.74 0.06 0 0.08
HSL 185.23º 0.8% 0.58% -
HSV(B) 185.23º 0.74% 0.92% -
XYZ 42.17 57.63 86.74 -
YUV 173.77 161.99 48.28 -
System Red Green Blue C M Y K H S L
Decimal 62 219 234 0.74 0.06 0 0.08 185.23 0.8 0.58
Hex 3E DB EA 4A 6 0 8 B9 50 3A
Octal 76 333 352 112 6 0 10 271 120 72
Binary 111110 11011011 11101010 1001010 110 0 1000 10111001 1010000 111010

Color Harmonies of #3EDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDBEA

Black with #3EDBEA

Text Example


Text Example

White with #3EDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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