Html Css Color HEX #10D9DA Bright Turquoise

📋 copy color: '#10D9DA'

red 16 ◦ green 217 ◦ blue 218

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

Shades of Bright Turquoise #10D9DA

Tints of Bright Turquoise #10D9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 3.55%
G = 48.12%
B = 48.34%

CMYK

 C value IS 0.93

 M value IS 0.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#10D9DA (or 0x10D9DA) is known color: Bright Turquoise. HEX triplet: 10, D9 and DA. RGB value is (16,217,218). Sum of RGB (Red+Green+Blue) = 16+217+218=451 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.55% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #10D9DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D9DA is #EF2625. Grayscale: #9C9C9C. Windows color (decimal): -15672870 or 14342416. OLE color: 14342416.

HSL color Cylindrical-coordinate representation of color #10D9DA: hue angle of 180.3º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D9DA is Cyan = 0.93, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 217 218 -
CMYK 0.93 0.00 0 0.15
HSL 180.3º 0.86% 0.46% -
HSV(B) 180.3º 0.93% 0.85% -
XYZ 37.68 54.8 74.92 -
YUV 157.02 162.41 27.42 -
System Red Green Blue C M Y K H S L
Decimal 16 217 218 0.93 0.00 0 0.15 180.3 0.86 0.46
Hex 10 D9 DA 5D 0 0 F B4 56 2E
Octal 20 331 332 135 0 0 17 264 126 56
Binary 10000 11011001 11011010 1011101 0 0 1111 10110100 1010110 101110

Color Harmonies of #10D9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D9DA

Black with #10D9DA

Text Example


Text Example

White with #10D9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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