Html Css Color HEX #4ECEED Turquoise Blue

📋 copy color: '#4ECEED'

red 78 ◦ green 206 ◦ blue 237

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

Shades of Turquoise Blue #4ECEED

Tints of Turquoise Blue #4ECEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 14.97%
G = 39.54%
B = 45.49%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4ECEED (or 0x4ECEED) is known color: Turquoise Blue. HEX triplet: 4E, CE and ED. RGB value is (78,206,237). Sum of RGB (Red+Green+Blue) = 78+206+237=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ECEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECEED is #B13112. Grayscale: #ABABAB. Windows color (decimal): -11612435 or 15584846. OLE color: 15584846.

HSL color Cylindrical-coordinate representation of color #4ECEED: hue angle of 191.7º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ECEED is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 206 237 -
CMYK 0.67 0.13 0 0.07
HSL 191.7º 0.82% 0.62% -
HSV(B) 191.7º 0.67% 0.93% -
XYZ 40.5 51.88 88 -
YUV 171.26 165.09 61.48 -
System Red Green Blue C M Y K H S L
Decimal 78 206 237 0.67 0.13 0 0.07 191.7 0.82 0.62
Hex 4E CE ED 43 D 0 7 C0 52 3E
Octal 116 316 355 103 15 0 7 300 122 76
Binary 1001110 11001110 11101101 1000011 1101 0 111 11000000 1010010 111110

Color Harmonies of #4ECEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECEED

Black with #4ECEED

Text Example


Text Example

White with #4ECEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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