Html Css Color HEX #4CFBF4 Baby Blue

📋 copy color: '#4CFBF4'

red 76 ◦ green 251 ◦ blue 244

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

Shades of Baby Blue #4CFBF4

Tints of Baby Blue #4CFBF4

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.96%

 BLUE value IS 244 (95.7% from 255) = 42.73%

R = 13.31%
G = 43.96%
B = 42.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#4CFBF4 (or 0x4CFBF4) is known color: Baby Blue. HEX triplet: 4C, FB and F4. RGB value is (76,251,244). Sum of RGB (Red+Green+Blue) = 76+251+244=571 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.31% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 244 (95.70% from 255 or 42.73% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFBF4 is #B3040B. Grayscale: #C5C5C5. Windows color (decimal): -11731980 or 16055116. OLE color: 16055116.

HSL color Cylindrical-coordinate representation of color #4CFBF4: hue angle of 177.6º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFBF4 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 251 244 -
CMYK 0.70 0 0.03 0.02
HSL 177.6º 0.96% 0.64% -
HSV(B) 177.6º 0.7% 0.98% -
XYZ 53.81 77.06 97.63 -
YUV 197.88 154.02 41.07 -
System Red Green Blue C M Y K H S L
Decimal 76 251 244 0.70 0 0.03 0.02 177.6 0.96 0.64
Hex 4C FB F4 46 0 3 2 B2 60 40
Octal 114 373 364 106 0 3 2 262 140 100
Binary 1001100 11111011 11110100 1000110 0 11 10 10110010 1100000 1000000

Color Harmonies of #4CFBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBF4

Black with #4CFBF4

Text Example


Text Example

White with #4CFBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,251,244); }

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

background-color css

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

 a { background-color: rgb(76,251,244); }

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

border-color css

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

 span { border-color: rgb(76,251,244); }

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