Html Css Color HEX #10EBD8 Bright Turquoise

📋 copy color: '#10EBD8'

red 16 ◦ green 235 ◦ blue 216

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

Shades of Bright Turquoise #10EBD8

Tints of Bright Turquoise #10EBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.25%

R = 3.43%
G = 50.32%
B = 46.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#10EBD8 (or 0x10EBD8) is known color: Bright Turquoise. HEX triplet: 10, EB and D8. RGB value is (16,235,216). Sum of RGB (Red+Green+Blue) = 16+235+216=467 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #10EBD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EBD8 is #EF1427. Grayscale: #A7A7A7. Windows color (decimal): -15668264 or 14215952. OLE color: 14215952.

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

Color convert

RGB 16 235 216 -
CMYK 0.93 0 0.08 0.08
HSL 174.79º 0.87% 0.49% -
HSV(B) 174.79º 0.93% 0.92% -
XYZ 42.32 64.48 75.18 -
YUV 167.35 155.45 20.04 -
System Red Green Blue C M Y K H S L
Decimal 16 235 216 0.93 0 0.08 0.08 174.79 0.87 0.49
Hex 10 EB D8 5D 0 8 8 AF 57 31
Octal 20 353 330 135 0 10 10 257 127 61
Binary 10000 11101011 11011000 1011101 0 1000 1000 10101111 1010111 110001

Color Harmonies of #10EBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EBD8

Black with #10EBD8

Text Example


Text Example

White with #10EBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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