Html Css Color HEX #4ECEEB Turquoise Blue

📋 copy color: '#4ECEEB'

red 78 ◦ green 206 ◦ blue 235

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

Shades of Turquoise Blue #4ECEEB

Tints of Turquoise Blue #4ECEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.69%

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

R = 15.03%
G = 39.69%
B = 45.28%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4ECEEB (or 0x4ECEEB) is known color: Turquoise Blue. HEX triplet: 4E, CE and EB. RGB value is (78,206,235). Sum of RGB (Red+Green+Blue) = 78+206+235=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ECEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECEEB is #B13114. Grayscale: #AAAAAA. Windows color (decimal): -11612437 or 15453774. OLE color: 15453774.

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

Color convert

RGB 78 206 235 -
CMYK 0.67 0.12 0 0.08
HSL 191.08º 0.8% 0.61% -
HSV(B) 191.08º 0.67% 0.92% -
XYZ 40.21 51.76 86.47 -
YUV 171.03 164.09 61.64 -
System Red Green Blue C M Y K H S L
Decimal 78 206 235 0.67 0.12 0 0.08 191.08 0.8 0.61
Hex 4E CE EB 43 C 0 8 BF 50 3D
Octal 116 316 353 103 14 0 10 277 120 75
Binary 1001110 11001110 11101011 1000011 1100 0 1000 10111111 1010000 111101

Color Harmonies of #4ECEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECEEB

Black with #4ECEEB

Text Example


Text Example

White with #4ECEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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