Html Css Color HEX #10D7DD Bright Turquoise

📋 copy color: '#10D7DD'

red 16 ◦ green 215 ◦ blue 221

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

Shades of Bright Turquoise #10D7DD

Tints of Bright Turquoise #10D7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.57%

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 3.54%
G = 47.57%
B = 48.89%

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

#10D7DD (or 0x10D7DD) is known color: Bright Turquoise. HEX triplet: 10, D7 and DD. RGB value is (16,215,221). Sum of RGB (Red+Green+Blue) = 16+215+221=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #10D7DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D7DD is #EF2822. Grayscale: #9B9B9B. Windows color (decimal): -15673379 or 14538512. OLE color: 14538512.

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

Color convert

RGB 16 215 221 -
CMYK 0.93 0.03 0 0.13
HSL 181.76º 0.86% 0.46% -
HSV(B) 181.76º 0.93% 0.87% -
XYZ 37.57 53.93 76.84 -
YUV 156.18 164.57 28.01 -
System Red Green Blue C M Y K H S L
Decimal 16 215 221 0.93 0.03 0 0.13 181.76 0.86 0.46
Hex 10 D7 DD 5D 3 0 D B6 56 2E
Octal 20 327 335 135 3 0 15 266 126 56
Binary 10000 11010111 11011101 1011101 11 0 1101 10110110 1010110 101110

Color Harmonies of #10D7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D7DD

Black with #10D7DD

Text Example


Text Example

White with #10D7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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