Html Css Color HEX #4BDDFC Turquoise Blue

📋 copy color: '#4BDDFC'

red 75 ◦ green 221 ◦ blue 252

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

Shades of Turquoise Blue #4BDDFC

Tints of Turquoise Blue #4BDDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.33%

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 13.69%
G = 40.33%
B = 45.99%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4BDDFC (or 0x4BDDFC) is known color: Turquoise Blue. HEX triplet: 4B, DD and FC. RGB value is (75,221,252). Sum of RGB (Red+Green+Blue) = 75+221+252=548 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.69% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #4BDDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDDFC is #B42203. Grayscale: #B4B4B4. Windows color (decimal): -11805188 or 16571723. OLE color: 16571723.

HSL color Cylindrical-coordinate representation of color #4BDDFC: hue angle of 190.51º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BDDFC is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 221 252 -
CMYK 0.70 0.12 0 0.01
HSL 190.51º 0.97% 0.64% -
HSV(B) 190.51º 0.7% 0.99% -
XYZ 46.33 60.24 101.28 -
YUV 180.88 168.13 52.48 -
System Red Green Blue C M Y K H S L
Decimal 75 221 252 0.70 0.12 0 0.01 190.51 0.97 0.64
Hex 4B DD FC 46 C 0 1 BF 61 40
Octal 113 335 374 106 14 0 1 277 141 100
Binary 1001011 11011101 11111100 1000110 1100 0 1 10111111 1100001 1000000

Color Harmonies of #4BDDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDDFC

Black with #4BDDFC

Text Example


Text Example

White with #4BDDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,221,252); }

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

background-color css

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

 a { background-color: rgb(75,221,252); }

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

border-color css

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

 span { border-color: rgb(75,221,252); }

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