Html Css Color HEX #4ECCEA Turquoise Blue

📋 copy color: '#4ECCEA'

red 78 ◦ green 204 ◦ blue 234

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

Shades of Turquoise Blue #4ECCEA

Tints of Turquoise Blue #4ECCEA

RGB

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

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

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

R = 15.12%
G = 39.53%
B = 45.35%

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

#4ECCEA (or 0x4ECCEA) is known color: Turquoise Blue. HEX triplet: 4E, CC and EA. RGB value is (78,204,234). Sum of RGB (Red+Green+Blue) = 78+204+234=516 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.12% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ECCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECCEA is #B13315. Grayscale: #A9A9A9. Windows color (decimal): -11612950 or 15387726. OLE color: 15387726.

HSL color Cylindrical-coordinate representation of color #4ECCEA: hue angle of 191.54º degrees, saturation: 0.79, 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 #4ECCEA is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 204 234 -
CMYK 0.67 0.13 0 0.08
HSL 191.54º 0.79% 0.61% -
HSV(B) 191.54º 0.67% 0.92% -
XYZ 39.59 50.75 85.55 -
YUV 169.75 164.26 62.56 -
System Red Green Blue C M Y K H S L
Decimal 78 204 234 0.67 0.13 0 0.08 191.54 0.79 0.61
Hex 4E CC EA 43 D 0 8 C0 4F 3D
Octal 116 314 352 103 15 0 10 300 117 75
Binary 1001110 11001100 11101010 1000011 1101 0 1000 11000000 1001111 111101

Color Harmonies of #4ECCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECCEA

Black with #4ECCEA

Text Example


Text Example

White with #4ECCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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