Html Css Color HEX #4BD2FE Turquoise Blue

📋 copy color: '#4BD2FE'

red 75 ◦ green 210 ◦ blue 254

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

Shades of Turquoise Blue #4BD2FE

Tints of Turquoise Blue #4BD2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.96%

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

R = 13.91%
G = 38.96%
B = 47.12%

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

#4BD2FE (or 0x4BD2FE) is known color: Turquoise Blue. HEX triplet: 4B, D2 and FE. RGB value is (75,210,254). Sum of RGB (Red+Green+Blue) = 75+210+254=539 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.91% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BD2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BD2FE is #B42D01. Grayscale: #AEAEAE. Windows color (decimal): -11808002 or 16699979. OLE color: 16699979.

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

Color convert

RGB 75 210 254 -
CMYK 0.70 0.17 0 0.00
HSL 194.75º 0.99% 0.65% -
HSV(B) 194.75º 0.7% 1% -
XYZ 43.84 54.74 102.02 -
YUV 174.65 172.77 56.92 -
System Red Green Blue C M Y K H S L
Decimal 75 210 254 0.70 0.17 0 0.00 194.75 0.99 0.65
Hex 4B D2 FE 46 11 0 0 C3 63 41
Octal 113 322 376 106 21 0 0 303 143 101
Binary 1001011 11010010 11111110 1000110 10001 0 0 11000011 1100011 1000001

Color Harmonies of #4BD2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD2FE

Black with #4BD2FE

Text Example


Text Example

White with #4BD2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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