Html Css Color HEX #4ECFEA Turquoise Blue

📋 copy color: '#4ECFEA'

red 78 ◦ green 207 ◦ blue 234

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

Shades of Turquoise Blue #4ECFEA

Tints of Turquoise Blue #4ECFEA

RGB

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

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

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

R = 15.03%
G = 39.88%
B = 45.09%

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

#4ECFEA (or 0x4ECFEA) is known color: Turquoise Blue. HEX triplet: 4E, CF and EA. RGB value is (78,207,234). Sum of RGB (Red+Green+Blue) = 78+207+234=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ECFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECFEA is #B13015. Grayscale: #ABABAB. Windows color (decimal): -11612182 or 15388494. OLE color: 15388494.

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

Color convert

RGB 78 207 234 -
CMYK 0.67 0.12 0 0.08
HSL 190.38º 0.79% 0.61% -
HSV(B) 190.38º 0.67% 0.92% -
XYZ 40.31 52.19 85.79 -
YUV 171.51 163.26 61.3 -
System Red Green Blue C M Y K H S L
Decimal 78 207 234 0.67 0.12 0 0.08 190.38 0.79 0.61
Hex 4E CF EA 43 C 0 8 BE 4F 3D
Octal 116 317 352 103 14 0 10 276 117 75
Binary 1001110 11001111 11101010 1000011 1100 0 1000 10111110 1001111 111101

Color Harmonies of #4ECFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECFEA

Black with #4ECFEA

Text Example


Text Example

White with #4ECFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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