Html Css Color HEX #4CFBE2 Turquoise

📋 copy color: '#4CFBE2'

red 76 ◦ green 251 ◦ blue 226

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

Shades of Turquoise #4CFBE2

Tints of Turquoise #4CFBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.87%

R = 13.74%
G = 45.39%
B = 40.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#4CFBE2 (or 0x4CFBE2) is known color: Turquoise. HEX triplet: 4C, FB and E2. RGB value is (76,251,226). Sum of RGB (Red+Green+Blue) = 76+251+226=553 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.74% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBE2 is #B3041D. Grayscale: #C3C3C3. Windows color (decimal): -11731998 or 14875468. OLE color: 14875468.

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

Color convert

RGB 76 251 226 -
CMYK 0.70 0 0.10 0.02
HSL 171.43º 0.96% 0.64% -
HSV(B) 171.43º 0.7% 0.98% -
XYZ 51.21 76.02 83.93 -
YUV 195.83 145.02 42.53 -
System Red Green Blue C M Y K H S L
Decimal 76 251 226 0.70 0 0.10 0.02 171.43 0.96 0.64
Hex 4C FB E2 46 0 A 2 AB 60 40
Octal 114 373 342 106 0 12 2 253 140 100
Binary 1001100 11111011 11100010 1000110 0 1010 10 10101011 1100000 1000000

Color Harmonies of #4CFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBE2

Black with #4CFBE2

Text Example


Text Example

White with #4CFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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