Html Css Color HEX #4ECFEB Turquoise Blue

📋 copy color: '#4ECFEB'

red 78 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #4ECFEB

Tints of Turquoise Blue #4ECFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.81%

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

R = 15%
G = 39.81%
B = 45.19%

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

#4ECFEB (or 0x4ECFEB) is known color: Turquoise Blue. HEX triplet: 4E, CF and EB. RGB value is (78,207,235). Sum of RGB (Red+Green+Blue) = 78+207+235=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ECFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECFEB is #B13014. Grayscale: #ABABAB. Windows color (decimal): -11612181 or 15454030. OLE color: 15454030.

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

Color convert

RGB 78 207 235 -
CMYK 0.67 0.12 0 0.08
HSL 190.7º 0.8% 0.61% -
HSV(B) 190.7º 0.67% 0.92% -
XYZ 40.45 52.24 86.55 -
YUV 171.62 163.76 61.22 -
System Red Green Blue C M Y K H S L
Decimal 78 207 235 0.67 0.12 0 0.08 190.7 0.8 0.61
Hex 4E CF EB 43 C 0 8 BF 50 3D
Octal 116 317 353 103 14 0 10 277 120 75
Binary 1001110 11001111 11101011 1000011 1100 0 1000 10111111 1010000 111101

Color Harmonies of #4ECFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECFEB

Black with #4ECFEB

Text Example


Text Example

White with #4ECFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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