Html Css Color HEX #4BD4FE Turquoise Blue

📋 copy color: '#4BD4FE'

red 75 ◦ green 212 ◦ blue 254

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

Shades of Turquoise Blue #4BD4FE

Tints of Turquoise Blue #4BD4FE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.19%

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

R = 13.86%
G = 39.19%
B = 46.95%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4BD4FE (or 0x4BD4FE) is known color: Turquoise Blue. HEX triplet: 4B, D4 and FE. RGB value is (75,212,254). Sum of RGB (Red+Green+Blue) = 75+212+254=541 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.86% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BD4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BD4FE is #B42B01. Grayscale: #AFAFAF. Windows color (decimal): -11807490 or 16700491. OLE color: 16700491.

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

Color convert

RGB 75 212 254 -
CMYK 0.70 0.17 0 0.00
HSL 194.08º 0.99% 0.65% -
HSV(B) 194.08º 0.7% 1% -
XYZ 44.33 55.74 102.19 -
YUV 175.83 172.11 56.08 -
System Red Green Blue C M Y K H S L
Decimal 75 212 254 0.70 0.17 0 0.00 194.08 0.99 0.65
Hex 4B D4 FE 46 11 0 0 C2 63 41
Octal 113 324 376 106 21 0 0 302 143 101
Binary 1001011 11010100 11111110 1000110 10001 0 0 11000010 1100011 1000001

Color Harmonies of #4BD4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD4FE

Black with #4BD4FE

Text Example


Text Example

White with #4BD4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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