Html Css Color HEX #4ECCEB Turquoise Blue

📋 copy color: '#4ECCEB'

red 78 ◦ green 204 ◦ blue 235

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

Shades of Turquoise Blue #4ECCEB

Tints of Turquoise Blue #4ECCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 15.09%
G = 39.46%
B = 45.45%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4ECCEB (or 0x4ECCEB) is known color: Turquoise Blue. HEX triplet: 4E, CC and EB. RGB value is (78,204,235). Sum of RGB (Red+Green+Blue) = 78+204+235=517 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.09% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ECCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECCEB is #B13314. Grayscale: #A9A9A9. Windows color (decimal): -11612949 or 15453262. OLE color: 15453262.

HSL color Cylindrical-coordinate representation of color #4ECCEB: hue angle of 191.85º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ECCEB is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 204 235 -
CMYK 0.67 0.13 0 0.08
HSL 191.85º 0.8% 0.61% -
HSV(B) 191.85º 0.67% 0.92% -
XYZ 39.73 50.8 86.31 -
YUV 169.86 164.76 62.48 -
System Red Green Blue C M Y K H S L
Decimal 78 204 235 0.67 0.13 0 0.08 191.85 0.8 0.61
Hex 4E CC EB 43 D 0 8 C0 50 3D
Octal 116 314 353 103 15 0 10 300 120 75
Binary 1001110 11001100 11101011 1000011 1101 0 1000 11000000 1010000 111101

Color Harmonies of #4ECCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECCEB

Black with #4ECCEB

Text Example


Text Example

White with #4ECCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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