#1CD7DA

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

Shades of Bright Turquoise #1CD7DA

Tints of Bright Turquoise #1CD7DA

Color information

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

HSL color Cylindrical-coordinate representation of color #1CD7DA: hue angle of 180.95º 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 #1CD7DA is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB28215218-
CMYK0.870.0100.15
HSL180.95º77.24%48.24%-
HSV(B)180.95º87.16%85.49%-
XYZ37.4353.9174.76-
YUV159.43161.0534.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal282152180.870.0100.15180.9577.2448.24
Hex1CD7DA5710Fb54d30
Octal34327332127101726511560
Binary1110011010111110110101010111101111101101011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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