Html Css Color HEX #10D9DF Bright Turquoise

📋 copy color: '#10D9DF'

red 16 ◦ green 217 ◦ blue 223

#10D9DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #10D9DF

Tints of Bright Turquoise #10D9DF

RGB

 RED value IS 16 (6.64% from 255) = 3.51%

 GREEN value IS 217 (85.16% from 255) = 47.59%

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 3.51%
G = 47.59%
B = 48.9%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10D9DF (or 0x10D9DF) is known color: Bright Turquoise. HEX triplet: 10, D9 and DF. RGB value is (16,217,223). Sum of RGB (Red+Green+Blue) = 16+217+223=456 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.51% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #10D9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D9DF is #EF2620. Grayscale: #9D9D9D. Windows color (decimal): -15672865 or 14670096. OLE color: 14670096.

HSL color Cylindrical-coordinate representation of color #10D9DF: hue angle of 181.74º 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 #10D9DF is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 217 223 -
CMYK 0.93 0.03 0 0.13
HSL 181.74º 0.87% 0.47% -
HSV(B) 181.74º 0.93% 0.87% -
XYZ 38.35 55.06 78.42 -
YUV 157.59 164.91 27.01 -
System Red Green Blue C M Y K H S L
Decimal 16 217 223 0.93 0.03 0 0.13 181.74 0.87 0.47
Hex 10 D9 DF 5D 3 0 D B6 57 2F
Octal 20 331 337 135 3 0 15 266 127 57
Binary 10000 11011001 11011111 1011101 11 0 1101 10110110 1010111 101111

Color Harmonies of #10D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D9DF

Black with #10D9DF

Text Example


Text Example

White with #10D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10D9DF;
 }
 .AnyTagClassName
 {
   color: #10D9DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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