#10DFD5

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

Shades of Bright Turquoise #10DFD5

Tints of Bright Turquoise #10DFD5

Color information

#10DFD5 (or 0x10DFD5) is unknown color: approx Bright Turquoise. HEX triplet: 10, DF and D5. RGB value is (16,223,213). Sum of RGB (Red+Green+Blue) = 16+223+213=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #10DFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DFD5 is #EF202A. Grayscale: #9F9F9F. Windows color (decimal): -15671339 or 14016272. OLE color: 14016272.

HSL color Cylindrical-coordinate representation of color #10DFD5: hue angle of 177.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFD5 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB16223213-
CMYK0.9300.040.13
HSL177.1º86.61%46.86%-
HSV(B)177.1º92.83%87.45%-
XYZ38.6157.6972.05-
YUV159.97157.9225.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.54%
GREEN value IS 223 (87.5% from 255) = 49.34%
BLUE value IS 213 (83.59% from 255) = 47.12%
R=3.54%
G=49.34%
B=47.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162232130.9300.040.13177.186.6146.86
Hex10DFD55D04Db1572f
Octal20337325135041526112757
Binary100001101111111010101101110101001101101100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10DFD5; }

 p { color: rgb(16,223,213); }

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

<style>
 a { background-color: #10DFD5; }

 a { background-color: rgb(16,223,213); }

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

<style>
 span { border-color: #10DFD5; }

 span { border-color: rgb(16,223,213); }

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