Html Css Color HEX #10EED9 Bright Turquoise

📋 copy color: '#10EED9'

red 16 ◦ green 238 ◦ blue 217

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

Shades of Bright Turquoise #10EED9

Tints of Bright Turquoise #10EED9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.53%

 BLUE value IS 217 (85.16% from 255) = 46.07%

R = 3.4%
G = 50.53%
B = 46.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#10EED9 (or 0x10EED9) is known color: Bright Turquoise. HEX triplet: 10, EE and D9. RGB value is (16,238,217). Sum of RGB (Red+Green+Blue) = 16+238+217=471 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #10EED9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EED9 is #EF1126. Grayscale: #A9A9A9. Windows color (decimal): -15667495 or 14282256. OLE color: 14282256.

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

Color convert

RGB 16 238 217 -
CMYK 0.93 0 0.09 0.07
HSL 174.32º 0.87% 0.5% -
HSV(B) 174.32º 0.93% 0.93% -
XYZ 43.31 66.27 76.15 -
YUV 169.23 154.95 18.71 -
System Red Green Blue C M Y K H S L
Decimal 16 238 217 0.93 0 0.09 0.07 174.32 0.87 0.5
Hex 10 EE D9 5D 0 9 7 AE 57 32
Octal 20 356 331 135 0 11 7 256 127 62
Binary 10000 11101110 11011001 1011101 0 1001 111 10101110 1010111 110010

Color Harmonies of #10EED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EED9

Black with #10EED9

Text Example


Text Example

White with #10EED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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