#1CD7E0

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

Shades of Bright Turquoise #1CD7E0

Tints of Bright Turquoise #1CD7E0

Color information

#1CD7E0 (or 0x1CD7E0) is unknown color: approx Bright Turquoise. HEX triplet: 1C, D7 and E0. RGB value is (28,215,224). Sum of RGB (Red+Green+Blue) = 28+215+224=467 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.00% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #1CD7E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD7E0 is #E3281F. Grayscale: #9F9F9F. Windows color (decimal): -14886944 or 14735132. OLE color: 14735132.

HSL color Cylindrical-coordinate representation of color #1CD7E0: hue angle of 182.76º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CD7E0 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB28215224-
CMYK0.880.0400.12
HSL182.76º77.78%49.41%-
HSV(B)182.76º87.5%87.84%-
XYZ38.2354.2378.97-
YUV160.11164.0533.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.00%
GREEN value IS 215 (84.38% from 255) = 46.04%
BLUE value IS 224 (87.89% from 255) = 47.97%
R=6.00%
G=46.04%
B=47.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal282152240.880.0400.12182.7677.7849.41
Hex1CD7E05840Cb74e31
Octal34327340130401426711661
Binary111001101011111100000101100010001100101101111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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