#06FDC9

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

Shades of Bright Turquoise #06FDC9

Tints of Bright Turquoise #06FDC9

Color information

#06FDC9 (or 0x06FDC9) is unknown color: approx Bright Turquoise. HEX triplet: 06, FD and C9. RGB value is (6,253,201). Sum of RGB (Red+Green+Blue) = 6+253+201=460 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #06FDC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FDC9 is #F90236. Grayscale: #ADADAD. Windows color (decimal): -16319031 or 13237510. OLE color: 13237510.

HSL color Cylindrical-coordinate representation of color #06FDC9: hue angle of 167.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FDC9 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB6253201-
CMYK0.9800.210.01
HSL167.37º98.41%50.78%-
HSV(B)167.37º97.63%99.22%-
XYZ45.7474.5167.23-
YUV173.22143.678.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.30%
GREEN value IS 253 (99.22% from 255) = 55%
BLUE value IS 201 (78.91% from 255) = 43.70%
R=1.30%
G=55%
B=43.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal62532010.9800.210.01167.3798.4150.78
Hex6FDC9620151a76233
Octal6375311142025124714263
Binary110111111011100100111000100101011101001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06FDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06FDC9; }

 p { color: rgb(6,253,201); }

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

<style>
 a { background-color: #06FDC9; }

 a { background-color: rgb(6,253,201); }

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

<style>
 span { border-color: #06FDC9; }

 span { border-color: rgb(6,253,201); }

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