Html Css Color HEX #4BDAFE Turquoise Blue

📋 copy color: '#4BDAFE'

red 75 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #4BDAFE

Tints of Turquoise Blue #4BDAFE

RGB

 RED value IS 75 (29.69% from 255) = 13.71%

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

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

R = 13.71%
G = 39.85%
B = 46.44%

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

#4BDAFE (or 0x4BDAFE) is known color: Turquoise Blue. HEX triplet: 4B, DA and FE. RGB value is (75,218,254). Sum of RGB (Red+Green+Blue) = 75+218+254=547 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.71% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BDAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDAFE is #B42501. Grayscale: #B3B3B3. Windows color (decimal): -11805954 or 16702027. OLE color: 16702027.

HSL color Cylindrical-coordinate representation of color #4BDAFE: hue angle of 192.07º 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 #4BDAFE is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 218 254 -
CMYK 0.70 0.14 0 0.00
HSL 192.07º 0.99% 0.65% -
HSV(B) 192.07º 0.7% 1% -
XYZ 45.86 58.79 102.7 -
YUV 179.35 170.12 53.57 -
System Red Green Blue C M Y K H S L
Decimal 75 218 254 0.70 0.14 0 0.00 192.07 0.99 0.65
Hex 4B DA FE 46 E 0 0 C0 63 41
Octal 113 332 376 106 16 0 0 300 143 101
Binary 1001011 11011010 11111110 1000110 1110 0 0 11000000 1100011 1000001

Color Harmonies of #4BDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDAFE

Black with #4BDAFE

Text Example


Text Example

White with #4BDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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