Html Css Color HEX #10E8D5 Bright Turquoise

📋 copy color: '#10E8D5'

red 16 ◦ green 232 ◦ blue 213

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

Shades of Bright Turquoise #10E8D5

Tints of Bright Turquoise #10E8D5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.33%

 BLUE value IS 213 (83.59% from 255) = 46.2%

R = 3.47%
G = 50.33%
B = 46.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#10E8D5 (or 0x10E8D5) is known color: Bright Turquoise. HEX triplet: 10, E8 and D5. RGB value is (16,232,213). Sum of RGB (Red+Green+Blue) = 16+232+213=461 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.47% from 461); Green value is 232 (91.02% from 255 or 50.33% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 232 - color contains mainly: green. Hex color #10E8D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10E8D5 is #EF172A. Grayscale: #A5A5A5. Windows color (decimal): -15669035 or 14018576. OLE color: 14018576.

HSL color Cylindrical-coordinate representation of color #10E8D5: hue angle of 174.72º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E8D5 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 16 232 213 -
CMYK 0.93 0 0.08 0.09
HSL 174.72º 0.87% 0.49% -
HSV(B) 174.72º 0.93% 0.91% -
XYZ 41.08 62.63 72.87 -
YUV 165.25 154.94 21.54 -
System Red Green Blue C M Y K H S L
Decimal 16 232 213 0.93 0 0.08 0.09 174.72 0.87 0.49
Hex 10 E8 D5 5D 0 8 9 AF 57 31
Octal 20 350 325 135 0 10 11 257 127 61
Binary 10000 11101000 11010101 1011101 0 1000 1001 10101111 1010111 110001

Color Harmonies of #10E8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E8D5

Black with #10E8D5

Text Example


Text Example

White with #10E8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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