#1cf8d0

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

Shades of Bright Turquoise #1CF8D0

Tints of Bright Turquoise #1CF8D0

Color information

#1CF8D0 (or 0x1CF8D0) is unknown color: approx Bright Turquoise. HEX triplet: 1C, F8 and D0. RGB value is (28,248,208). Sum of RGB (Red+Green+Blue) = 28+248+208=484 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.79% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #1CF8D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF8D0 is #E3072F. Grayscale: #B1B1B1. Windows color (decimal): -14878512 or 13695004. OLE color: 13695004.

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

Color convert

RGB28248208-
CMYK0.8900.160.03
HSL169.09º94.02%54.12%-
HSV(B)169.09º88.71%97.25%-
XYZ45.4371.9471.17-
YUV177.66145.1121.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.79%
GREEN value IS 248 (97.27% from 255) = 51.24%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=5.79%
G=51.24%
B=42.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal282482080.8900.160.03169.0994.0254.12
Hex1CF8D0590103a95e36
Octal34370320131020325113666
Binary111001111100011010000101100101000011101010011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cf8d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,248,208); }

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

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

 a { background-color: rgb(28,248,208); }

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

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

 span { border-color: rgb(28,248,208); }

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