Html Css Color HEX #4ED2EF Turquoise Blue

📋 copy color: '#4ED2EF'

red 78 ◦ green 210 ◦ blue 239

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

Shades of Turquoise Blue #4ED2EF

Tints of Turquoise Blue #4ED2EF

RGB

 RED value IS 78 (30.86% from 255) = 14.8%

 GREEN value IS 210 (82.42% from 255) = 39.85%

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

R = 14.8%
G = 39.85%
B = 45.35%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4ED2EF (or 0x4ED2EF) is known color: Turquoise Blue. HEX triplet: 4E, D2 and EF. RGB value is (78,210,239). Sum of RGB (Red+Green+Blue) = 78+210+239=527 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.80% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ED2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED2EF is #B12D10. Grayscale: #ADADAD. Windows color (decimal): -11611409 or 15716942. OLE color: 15716942.

HSL color Cylindrical-coordinate representation of color #4ED2EF: hue angle of 190.81º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ED2EF is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 210 239 -
CMYK 0.67 0.12 0 0.06
HSL 190.81º 0.83% 0.62% -
HSV(B) 190.81º 0.67% 0.94% -
XYZ 41.77 53.94 89.87 -
YUV 173.84 164.77 59.64 -
System Red Green Blue C M Y K H S L
Decimal 78 210 239 0.67 0.12 0 0.06 190.81 0.83 0.62
Hex 4E D2 EF 43 C 0 6 BF 53 3E
Octal 116 322 357 103 14 0 6 277 123 76
Binary 1001110 11010010 11101111 1000011 1100 0 110 10111111 1010011 111110

Color Harmonies of #4ED2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED2EF

Black with #4ED2EF

Text Example


Text Example

White with #4ED2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ED2EF; }

 p { color: rgb(78,210,239); }

 H1.HeaderClassName
 {
   color: #4ED2EF;
 }
 .AnyTagClassName
 {
   color: #4ED2EF;
 }
</style>

background-color css

<style>
 a { background-color: #4ED2EF; }

 a { background-color: rgb(78,210,239); }

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

border-color css

<style>
 span { border-color: #4ED2EF; }

 span { border-color: rgb(78,210,239); }

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