#00F4C6

Color #00F4C6 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #00F4C6

Tints of Bright Turquoise #00F4C6

Color information

#00F4C6 (or 0x00F4C6) is unknown color: approx Bright Turquoise. HEX triplet: 00, F4 and C6. RGB value is (0,244,198). Sum of RGB (Red+Green+Blue) = 0+244+198=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 244 (95.70% from 255 or 55.20% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 244 - color contains mainly: green. Hex color #00F4C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F4C6 is #FF0B39. Grayscale: #A5A5A5. Windows color (decimal): -16714554 or 13038592. OLE color: 13038592.

HSL color Cylindrical-coordinate representation of color #00F4C6: hue angle of 168.69º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F4C6 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB0244198-
CMYK100.190.04
HSL168.69º100%47.84%-
HSV(B)168.69º100%95.69%-
XYZ42.5468.7864.46-
YUV165.8146.169.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 244 (95.70% from 255) = 55.20%
BLUE value IS 198 (77.73% from 255) = 44.80%
R=0%
G=55.20%
B=44.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal0244198100.190.04168.6910047.84
Hex0F4C6640134a96430
Octal0364306144023425114460
Binary011110100110001101100100010011100101010011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00F4C6; }

 p { color: rgb(0,244,198); }

 H1.HeaderClassName
 {
   color: #00F4C6;
 }
 .AnyTagClassName
 {
   color: #00F4C6;
 }
</style>
background-color css

<style>
 a { background-color: #00F4C6; }

 a { background-color: rgb(0,244,198); }

 div.DivClassName
 {
   background-color: #00F4C6;
 }
 .BgClassName
 {
   background-color: #00F4C6;
 }
</style>
border-color css

<style>
 span { border-color: #00F4C6; }

 span { border-color: rgb(0,244,198); }

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