Html Css Color HEX #4BDEFE Turquoise Blue

📋 copy color: '#4BDEFE'

red 75 ◦ green 222 ◦ blue 254

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

Shades of Turquoise Blue #4BDEFE

Tints of Turquoise Blue #4BDEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

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

R = 13.61%
G = 40.29%
B = 46.1%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4BDEFE (or 0x4BDEFE) is known color: Turquoise Blue. HEX triplet: 4B, DE and FE. RGB value is (75,222,254). Sum of RGB (Red+Green+Blue) = 75+222+254=551 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.61% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BDEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDEFE is #B42101. Grayscale: #B5B5B5. Windows color (decimal): -11804930 or 16703051. OLE color: 16703051.

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

Color convert

RGB 75 222 254 -
CMYK 0.70 0.13 0 0.00
HSL 190.73º 0.99% 0.65% -
HSV(B) 190.73º 0.7% 1% -
XYZ 46.91 60.89 103.05 -
YUV 181.7 168.8 51.9 -
System Red Green Blue C M Y K H S L
Decimal 75 222 254 0.70 0.13 0 0.00 190.73 0.99 0.65
Hex 4B DE FE 46 D 0 0 BF 63 41
Octal 113 336 376 106 15 0 0 277 143 101
Binary 1001011 11011110 11111110 1000110 1101 0 0 10111111 1100011 1000001

Color Harmonies of #4BDEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDEFE

Black with #4BDEFE

Text Example


Text Example

White with #4BDEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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