Html Css Color HEX #4CDDFC Turquoise Blue

📋 copy color: '#4CDDFC'

red 76 ◦ green 221 ◦ blue 252

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

Shades of Turquoise Blue #4CDDFC

Tints of Turquoise Blue #4CDDFC

RGB

 RED value IS 76 (30.08% from 255) = 13.84%

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

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

R = 13.84%
G = 40.26%
B = 45.9%

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

#4CDDFC (or 0x4CDDFC) is known color: Turquoise Blue. HEX triplet: 4C, DD and FC. RGB value is (76,221,252). Sum of RGB (Red+Green+Blue) = 76+221+252=549 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.84% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CDDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDDFC is #B32203. Grayscale: #B4B4B4. Windows color (decimal): -11739652 or 16571724. OLE color: 16571724.

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

Color convert

RGB 76 221 252 -
CMYK 0.70 0.12 0 0.01
HSL 190.57º 0.97% 0.64% -
HSV(B) 190.57º 0.7% 0.99% -
XYZ 46.41 60.28 101.28 -
YUV 181.18 167.96 52.98 -
System Red Green Blue C M Y K H S L
Decimal 76 221 252 0.70 0.12 0 0.01 190.57 0.97 0.64
Hex 4C DD FC 46 C 0 1 BF 61 40
Octal 114 335 374 106 14 0 1 277 141 100
Binary 1001100 11011101 11111100 1000110 1100 0 1 10111111 1100001 1000000

Color Harmonies of #4CDDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDFC

Black with #4CDDFC

Text Example


Text Example

White with #4CDDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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