Html Css Color HEX #4CF2BA Turquoise

📋 copy color: '#4CF2BA'

red 76 ◦ green 242 ◦ blue 186

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

Shades of Turquoise #4CF2BA

Tints of Turquoise #4CF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.02%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 15.08%
G = 48.02%
B = 36.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#4CF2BA (or 0x4CF2BA) is known color: Turquoise. HEX triplet: 4C, F2 and BA. RGB value is (76,242,186). Sum of RGB (Red+Green+Blue) = 76+242+186=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF2BA is #B30D45. Grayscale: #BABABA. Windows color (decimal): -11734342 or 12251724. OLE color: 12251724.

HSL color Cylindrical-coordinate representation of color #4CF2BA: hue angle of 159.76º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF2BA is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 242 186 -
CMYK 0.69 0 0.23 0.05
HSL 159.76º 0.86% 0.62% -
HSV(B) 159.76º 0.69% 0.95% -
XYZ 43.6 68.59 57.4 -
YUV 185.98 128 49.55 -
System Red Green Blue C M Y K H S L
Decimal 76 242 186 0.69 0 0.23 0.05 159.76 0.86 0.62
Hex 4C F2 BA 45 0 17 5 A0 56 3E
Octal 114 362 272 105 0 27 5 240 126 76
Binary 1001100 11110010 10111010 1000101 0 10111 101 10100000 1010110 111110

Color Harmonies of #4CF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF2BA

Black with #4CF2BA

Text Example


Text Example

White with #4CF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,242,186); }

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

background-color css

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

 a { background-color: rgb(76,242,186); }

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

border-color css

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

 span { border-color: rgb(76,242,186); }

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