Html Css Color HEX #4ECCEF Turquoise Blue

📋 copy color: '#4ECCEF'

red 78 ◦ green 204 ◦ blue 239

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

Shades of Turquoise Blue #4ECCEF

Tints of Turquoise Blue #4ECCEF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.16%

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

R = 14.97%
G = 39.16%
B = 45.87%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4ECCEF (or 0x4ECCEF) is known color: Turquoise Blue. HEX triplet: 4E, CC and EF. RGB value is (78,204,239). Sum of RGB (Red+Green+Blue) = 78+204+239=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ECCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECCEF is #B13310. Grayscale: #AAAAAA. Windows color (decimal): -11612945 or 15715406. OLE color: 15715406.

HSL color Cylindrical-coordinate representation of color #4ECCEF: hue angle of 193.04º 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 #4ECCEF is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 204 239 -
CMYK 0.67 0.15 0 0.06
HSL 193.04º 0.83% 0.62% -
HSV(B) 193.04º 0.67% 0.94% -
XYZ 40.31 51.04 89.39 -
YUV 170.32 166.76 62.15 -
System Red Green Blue C M Y K H S L
Decimal 78 204 239 0.67 0.15 0 0.06 193.04 0.83 0.62
Hex 4E CC EF 43 F 0 6 C1 53 3E
Octal 116 314 357 103 17 0 6 301 123 76
Binary 1001110 11001100 11101111 1000011 1111 0 110 11000001 1010011 111110

Color Harmonies of #4ECCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECCEF

Black with #4ECCEF

Text Example


Text Example

White with #4ECCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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