Html Css Color HEX #4ECFFD Turquoise Blue

📋 copy color: '#4ECFFD'

red 78 ◦ green 207 ◦ blue 253

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

Shades of Turquoise Blue #4ECFFD

Tints of Turquoise Blue #4ECFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.03%

R = 14.5%
G = 38.48%
B = 47.03%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4ECFFD (or 0x4ECFFD) is known color: Turquoise Blue. HEX triplet: 4E, CF and FD. RGB value is (78,207,253). Sum of RGB (Red+Green+Blue) = 78+207+253=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #4ECFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECFFD is #B13002. Grayscale: #ADADAD. Windows color (decimal): -11612163 or 16633678. OLE color: 16633678.

HSL color Cylindrical-coordinate representation of color #4ECFFD: hue angle of 195.77º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ECFFD is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 207 253 -
CMYK 0.69 0.18 0 0.01
HSL 195.77º 0.98% 0.65% -
HSV(B) 195.77º 0.69% 0.99% -
XYZ 43.18 53.34 100.95 -
YUV 173.67 172.76 59.76 -
System Red Green Blue C M Y K H S L
Decimal 78 207 253 0.69 0.18 0 0.01 195.77 0.98 0.65
Hex 4E CF FD 45 12 0 1 C4 62 41
Octal 116 317 375 105 22 0 1 304 142 101
Binary 1001110 11001111 11111101 1000101 10010 0 1 11000100 1100010 1000001

Color Harmonies of #4ECFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECFFD

Black with #4ECFFD

Text Example


Text Example

White with #4ECFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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