#1CF7C9

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

Shades of Bright Turquoise #1CF7C9

Tints of Bright Turquoise #1CF7C9

Color information

#1CF7C9 (or 0x1CF7C9) is unknown color: approx Bright Turquoise. HEX triplet: 1C, F7 and C9. RGB value is (28,247,201). Sum of RGB (Red+Green+Blue) = 28+247+201=476 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.88% from 476); Green value is 247 (96.88% from 255 or 51.89% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF7C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF7C9 is #E30836. Grayscale: #B0B0B0. Windows color (decimal): -14878775 or 13235996. OLE color: 13235996.

HSL color Cylindrical-coordinate representation of color #1CF7C9: hue angle of 167.4º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF7C9 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB28247201-
CMYK0.8900.190.03
HSL167.4º93.19%53.92%-
HSV(B)167.4º88.66%96.86%-
XYZ44.2870.9966.63-
YUV176.27141.9522.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.88%
GREEN value IS 247 (96.88% from 255) = 51.89%
BLUE value IS 201 (78.91% from 255) = 42.23%
R=5.88%
G=51.89%
B=42.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal282472010.8900.190.03167.493.1953.92
Hex1CF7C9590133a75d36
Octal34367311131023324713566
Binary111001111011111001001101100101001111101001111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CF7C9; }

 p { color: rgb(28,247,201); }

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

<style>
 a { background-color: #1CF7C9; }

 a { background-color: rgb(28,247,201); }

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

<style>
 span { border-color: #1CF7C9; }

 span { border-color: rgb(28,247,201); }

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