#1CD5DB

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

Shades of Bright Turquoise #1CD5DB

Tints of Bright Turquoise #1CD5DB

Color information

#1CD5DB (or 0x1CD5DB) is unknown color: approx Bright Turquoise. HEX triplet: 1C, D5 and DB. RGB value is (28,213,219). Sum of RGB (Red+Green+Blue) = 28+213+219=460 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.09% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #1CD5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD5DB is #E32A24. Grayscale: #9E9E9E. Windows color (decimal): -14887461 or 14406940. OLE color: 14406940.

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

Color convert

RGB28213219-
CMYK0.870.0300.14
HSL181.88º77.33%48.43%-
HSV(B)181.88º87.21%85.88%-
XYZ37.0652.9575.28-
YUV158.37162.2135.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.09%
GREEN value IS 213 (83.59% from 255) = 46.30%
BLUE value IS 219 (85.94% from 255) = 47.61%
R=6.09%
G=46.30%
B=47.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal282132190.870.0300.14181.8877.3348.43
Hex1CD5DB5730Eb64d30
Octal34325333127301626611560
Binary11100110101011101101110101111101110101101101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,213,219); }

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

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

 a { background-color: rgb(28,213,219); }

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

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

 span { border-color: rgb(28,213,219); }

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