#1CF7C8

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

Shades of Bright Turquoise #1CF7C8

Tints of Bright Turquoise #1CF7C8

Color information

#1CF7C8 (or 0x1CF7C8) is unknown color: approx Bright Turquoise. HEX triplet: 1C, F7 and C8. RGB value is (28,247,200). Sum of RGB (Red+Green+Blue) = 28+247+200=475 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.89% from 475); Green value is 247 (96.88% from 255 or 52% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF7C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF7C8 is #E30837. Grayscale: #B0B0B0. Windows color (decimal): -14878776 or 13170460. OLE color: 13170460.

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

Color convert

RGB28247200-
CMYK0.8900.190.03
HSL167.12º93.19%53.92%-
HSV(B)167.12º88.66%96.86%-
XYZ44.1670.9466.01-
YUV176.16141.4522.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.89%
GREEN value IS 247 (96.88% from 255) = 52%
BLUE value IS 200 (78.52% from 255) = 42.11%
R=5.89%
G=52%
B=42.11%

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
Decimal282472000.8900.190.03167.1293.1953.92
Hex1CF7C8590133a75d36
Octal34367310131023324713566
Binary111001111011111001000101100101001111101001111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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