Html Css Color HEX #10EBDC Bright Turquoise

📋 copy color: '#10EBDC'

red 16 ◦ green 235 ◦ blue 220

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

Shades of Bright Turquoise #10EBDC

Tints of Bright Turquoise #10EBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 3.4%
G = 49.89%
B = 46.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#10EBDC (or 0x10EBDC) is known color: Bright Turquoise. HEX triplet: 10, EB and DC. RGB value is (16,235,220). Sum of RGB (Red+Green+Blue) = 16+235+220=471 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #10EBDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EBDC is #EF1423. Grayscale: #A7A7A7. Windows color (decimal): -15668260 or 14478096. OLE color: 14478096.

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

Color convert

RGB 16 235 220 -
CMYK 0.93 0 0.06 0.08
HSL 175.89º 0.87% 0.49% -
HSV(B) 175.89º 0.93% 0.92% -
XYZ 42.84 64.69 77.94 -
YUV 167.81 157.45 19.72 -
System Red Green Blue C M Y K H S L
Decimal 16 235 220 0.93 0 0.06 0.08 175.89 0.87 0.49
Hex 10 EB DC 5D 0 6 8 B0 57 31
Octal 20 353 334 135 0 6 10 260 127 61
Binary 10000 11101011 11011100 1011101 0 110 1000 10110000 1010111 110001

Color Harmonies of #10EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EBDC

Black with #10EBDC

Text Example


Text Example

White with #10EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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