Html Css Color HEX #4CF9B2 Turquoise

📋 copy color: '#4CF9B2'

red 76 ◦ green 249 ◦ blue 178

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

Shades of Turquoise #4CF9B2

Tints of Turquoise #4CF9B2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.5%

 BLUE value IS 178 (69.92% from 255) = 35.39%

R = 15.11%
G = 49.5%
B = 35.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#4CF9B2 (or 0x4CF9B2) is known color: Turquoise. HEX triplet: 4C, F9 and B2. RGB value is (76,249,178). Sum of RGB (Red+Green+Blue) = 76+249+178=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF9B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF9B2 is #B3064D. Grayscale: #BDBDBD. Windows color (decimal): -11732558 or 11729228. OLE color: 11729228.

HSL color Cylindrical-coordinate representation of color #4CF9B2: hue angle of 155.38º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF9B2 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 249 178 -
CMYK 0.69 0 0.29 0.02
HSL 155.38º 0.94% 0.64% -
HSV(B) 155.38º 0.69% 0.98% -
XYZ 44.89 72.5 53.75 -
YUV 189.18 121.69 47.27 -
System Red Green Blue C M Y K H S L
Decimal 76 249 178 0.69 0 0.29 0.02 155.38 0.94 0.64
Hex 4C F9 B2 45 0 1D 2 9B 5E 40
Octal 114 371 262 105 0 35 2 233 136 100
Binary 1001100 11111001 10110010 1000101 0 11101 10 10011011 1011110 1000000

Color Harmonies of #4CF9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF9B2

Black with #4CF9B2

Text Example


Text Example

White with #4CF9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,249,178); }

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

background-color css

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

 a { background-color: rgb(76,249,178); }

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

border-color css

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

 span { border-color: rgb(76,249,178); }

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