Html Css Color HEX #10E9BD Bright Turquoise

📋 copy color: '#10E9BD'

red 16 ◦ green 233 ◦ blue 189

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

Shades of Bright Turquoise #10E9BD

Tints of Bright Turquoise #10E9BD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.2%

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 3.65%
G = 53.2%
B = 43.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#10E9BD (or 0x10E9BD) is known color: Bright Turquoise. HEX triplet: 10, E9 and BD. RGB value is (16,233,189). Sum of RGB (Red+Green+Blue) = 16+233+189=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 233 (91.41% from 255 or 53.20% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 233 - color contains mainly: green. Hex color #10E9BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10E9BD is #EF1642. Grayscale: #A3A3A3. Windows color (decimal): -15668803 or 12445968. OLE color: 12445968.

HSL color Cylindrical-coordinate representation of color #10E9BD: hue angle of 167.83º 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 #10E9BD is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 16 233 189 -
CMYK 0.93 0 0.19 0.09
HSL 167.83º 0.87% 0.49% -
HSV(B) 167.83º 0.93% 0.91% -
XYZ 38.54 62.06 58.09 -
YUV 163.1 142.61 23.08 -
System Red Green Blue C M Y K H S L
Decimal 16 233 189 0.93 0 0.19 0.09 167.83 0.87 0.49
Hex 10 E9 BD 5D 0 13 9 A8 57 31
Octal 20 351 275 135 0 23 11 250 127 61
Binary 10000 11101001 10111101 1011101 0 10011 1001 10101000 1010111 110001

Color Harmonies of #10E9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E9BD

Black with #10E9BD

Text Example


Text Example

White with #10E9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,233,189); }

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

background-color css

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

 a { background-color: rgb(16,233,189); }

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

border-color css

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

 span { border-color: rgb(16,233,189); }

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