#1CFFDE

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

Shades of Bright Turquoise #1CFFDE

Tints of Bright Turquoise #1CFFDE

Color information

#1CFFDE (or 0x1CFFDE) is unknown color: approx Bright Turquoise. HEX triplet: 1C, FF and DE. RGB value is (28,255,222). Sum of RGB (Red+Green+Blue) = 28+255+222=505 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.54% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFFDE is #E30021. Grayscale: #B7B7B7. Windows color (decimal): -14876706 or 14614300. OLE color: 14614300.

HSL color Cylindrical-coordinate representation of color #1CFFDE: hue angle of 171.28º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFFDE is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB28255222-
CMYK0.8900.130
HSL171.28º100%55.49%-
HSV(B)171.28º89.02%100%-
XYZ49.4277.0481.37-
YUV183.36149.7917.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.54%
GREEN value IS 255 (100% from 255) = 50.50%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=5.54%
G=50.50%
B=43.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal282552220.8900.130171.2810055.49
Hex1CFFDE590D0ab6437
Octal34377336131015025314467
Binary1110011111111110111101011001011010101010111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,255,222); }

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

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

 a { background-color: rgb(28,255,222); }

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

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

 span { border-color: rgb(28,255,222); }

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