Html Css Color HEX #4CF3C6 Turquoise

📋 copy color: '#4CF3C6'

red 76 ◦ green 243 ◦ blue 198

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

Shades of Turquoise #4CF3C6

Tints of Turquoise #4CF3C6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47%

 BLUE value IS 198 (77.73% from 255) = 38.3%

R = 14.7%
G = 47%
B = 38.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#4CF3C6 (or 0x4CF3C6) is known color: Turquoise. HEX triplet: 4C, F3 and C6. RGB value is (76,243,198). Sum of RGB (Red+Green+Blue) = 76+243+198=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF3C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF3C6 is #B30C39. Grayscale: #BBBBBB. Windows color (decimal): -11734074 or 13038412. OLE color: 13038412.

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

Color convert

RGB 76 243 198 -
CMYK 0.69 0 0.19 0.05
HSL 163.83º 0.87% 0.63% -
HSV(B) 163.83º 0.69% 0.95% -
XYZ 45.22 69.71 64.5 -
YUV 187.94 133.67 48.16 -
System Red Green Blue C M Y K H S L
Decimal 76 243 198 0.69 0 0.19 0.05 163.83 0.87 0.63
Hex 4C F3 C6 45 0 13 5 A4 57 3F
Octal 114 363 306 105 0 23 5 244 127 77
Binary 1001100 11110011 11000110 1000101 0 10011 101 10100100 1010111 111111

Color Harmonies of #4CF3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF3C6

Black with #4CF3C6

Text Example


Text Example

White with #4CF3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,243,198); }

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

background-color css

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

 a { background-color: rgb(76,243,198); }

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

border-color css

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

 span { border-color: rgb(76,243,198); }

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