#10DDF1

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

Shades of Bright Turquoise #10DDF1

Tints of Bright Turquoise #10DDF1

Color information

#10DDF1 (or 0x10DDF1) is unknown color: approx Bright Turquoise. HEX triplet: 10, DD and F1. RGB value is (16,221,241). Sum of RGB (Red+Green+Blue) = 16+221+241=478 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #10DDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DDF1 is #EF220E. Grayscale: #A1A1A1. Windows color (decimal): -15671823 or 15850768. OLE color: 15850768.

HSL color Cylindrical-coordinate representation of color #10DDF1: hue angle of 185.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DDF1 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16221241-
CMYK0.930.0800.05
HSL185.33º88.93%50.39%-
HSV(B)185.33º93.36%94.51%-
XYZ41.9558.1792.24-
YUV161.98172.5823.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.35%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 241 (94.53% from 255) = 50.42%
R=3.35%
G=46.23%
B=50.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162212410.930.0800.05185.3388.9350.39
Hex10DDF15D805b95932
Octal20335361135100527113162
Binary100001101110111110001101110110000101101110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,221,241); }

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

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

 a { background-color: rgb(16,221,241); }

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

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

 span { border-color: rgb(16,221,241); }

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