#1CDAD7

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

Shades of Bright Turquoise #1CDAD7

Tints of Bright Turquoise #1CDAD7

Color information

#1CDAD7 (or 0x1CDAD7) is unknown color: approx Bright Turquoise. HEX triplet: 1C, DA and D7. RGB value is (28,218,215). Sum of RGB (Red+Green+Blue) = 28+218+215=461 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.07% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #1CDAD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDAD7 is #E32528. Grayscale: #A0A0A0. Windows color (decimal): -14886185 or 14146076. OLE color: 14146076.

HSL color Cylindrical-coordinate representation of color #1CDAD7: hue angle of 179.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDAD7 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB28218215-
CMYK0.8700.010.15
HSL179.05º77.24%48.24%-
HSV(B)179.05º87.16%85.49%-
XYZ37.8255.372.97-
YUV160.85158.5533.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.07%
GREEN value IS 218 (85.55% from 255) = 47.29%
BLUE value IS 215 (84.38% from 255) = 46.64%
R=6.07%
G=47.29%
B=46.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal282182150.8700.010.15179.0577.2448.24
Hex1CDAD75701Fb34d30
Octal34332327127011726311560
Binary1110011011010110101111010111011111101100111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,218,215); }

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

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

 a { background-color: rgb(28,218,215); }

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

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

 span { border-color: rgb(28,218,215); }

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