Html Css Color HEX #4CDAFE Turquoise Blue

📋 copy color: '#4CDAFE'

red 76 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #4CDAFE

Tints of Turquoise Blue #4CDAFE

RGB

 RED value IS 76 (30.08% from 255) = 13.87%

 GREEN value IS 218 (85.55% from 255) = 39.78%

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 13.87%
G = 39.78%
B = 46.35%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4CDAFE (or 0x4CDAFE) is known color: Turquoise Blue. HEX triplet: 4C, DA and FE. RGB value is (76,218,254). Sum of RGB (Red+Green+Blue) = 76+218+254=548 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.87% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CDAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDAFE is #B32501. Grayscale: #B3B3B3. Windows color (decimal): -11740418 or 16702028. OLE color: 16702028.

HSL color Cylindrical-coordinate representation of color #4CDAFE: hue angle of 192.13º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CDAFE is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 76 218 254 -
CMYK 0.70 0.14 0 0.00
HSL 192.13º 0.99% 0.65% -
HSV(B) 192.13º 0.7% 1% -
XYZ 45.94 58.84 102.7 -
YUV 179.65 169.96 54.07 -
System Red Green Blue C M Y K H S L
Decimal 76 218 254 0.70 0.14 0 0.00 192.13 0.99 0.65
Hex 4C DA FE 46 E 0 0 C0 63 41
Octal 114 332 376 106 16 0 0 300 143 101
Binary 1001100 11011010 11111110 1000110 1110 0 0 11000000 1100011 1000001

Color Harmonies of #4CDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDAFE

Black with #4CDAFE

Text Example


Text Example

White with #4CDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,218,254); }

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

background-color css

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

 a { background-color: rgb(76,218,254); }

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

border-color css

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

 span { border-color: rgb(76,218,254); }

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