Html Css Color HEX #10EBC9 Bright Turquoise

📋 copy color: '#10EBC9'

red 16 ◦ green 235 ◦ blue 201

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

Shades of Bright Turquoise #10EBC9

Tints of Bright Turquoise #10EBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.99%

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 3.54%
G = 51.99%
B = 44.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#10EBC9 (or 0x10EBC9) is known color: Bright Turquoise. HEX triplet: 10, EB and C9. RGB value is (16,235,201). Sum of RGB (Red+Green+Blue) = 16+235+201=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #10EBC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EBC9 is #EF1436. Grayscale: #A5A5A5. Windows color (decimal): -15668279 or 13232912. OLE color: 13232912.

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

Color convert

RGB 16 235 201 -
CMYK 0.93 0 0.14 0.08
HSL 170.68º 0.87% 0.49% -
HSV(B) 170.68º 0.93% 0.92% -
XYZ 40.46 63.74 65.43 -
YUV 165.64 147.95 21.26 -
System Red Green Blue C M Y K H S L
Decimal 16 235 201 0.93 0 0.14 0.08 170.68 0.87 0.49
Hex 10 EB C9 5D 0 E 8 AB 57 31
Octal 20 353 311 135 0 16 10 253 127 61
Binary 10000 11101011 11001001 1011101 0 1110 1000 10101011 1010111 110001

Color Harmonies of #10EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EBC9

Black with #10EBC9

Text Example


Text Example

White with #10EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,235,201); }

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

background-color css

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

 a { background-color: rgb(16,235,201); }

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

border-color css

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

 span { border-color: rgb(16,235,201); }

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