#1CF7C7

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

Shades of Bright Turquoise #1CF7C7

Tints of Bright Turquoise #1CF7C7

Color information

#1CF7C7 (or 0x1CF7C7) is unknown color: approx Bright Turquoise. HEX triplet: 1C, F7 and C7. RGB value is (28,247,199). Sum of RGB (Red+Green+Blue) = 28+247+199=474 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.91% from 474); Green value is 247 (96.88% from 255 or 52.11% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF7C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF7C7 is #E30838. Grayscale: #B0B0B0. Windows color (decimal): -14878777 or 13104924. OLE color: 13104924.

HSL color Cylindrical-coordinate representation of color #1CF7C7: hue angle of 166.85º 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 #1CF7C7 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB28247199-
CMYK0.8900.190.03
HSL166.85º93.19%53.92%-
HSV(B)166.85º88.66%96.86%-
XYZ44.0570.8965.39-
YUV176.05140.9522.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.91%
GREEN value IS 247 (96.88% from 255) = 52.11%
BLUE value IS 199 (78.12% from 255) = 41.98%
R=5.91%
G=52.11%
B=41.98%

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
Decimal282471990.8900.190.03166.8593.1953.92
Hex1CF7C7590133a75d36
Octal34367307131023324713566
Binary111001111011111000111101100101001111101001111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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