Html Css Color HEX #10DEDC Bright Turquoise

📋 copy color: '#10DEDC'

red 16 ◦ green 222 ◦ blue 220

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

Shades of Bright Turquoise #10DEDC

Tints of Bright Turquoise #10DEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.47%

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

R = 3.49%
G = 48.47%
B = 48.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#10DEDC (or 0x10DEDC) is known color: Bright Turquoise. HEX triplet: 10, DE and DC. RGB value is (16,222,220). Sum of RGB (Red+Green+Blue) = 16+222+220=458 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #10DEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DEDC is #EF2123. Grayscale: #9F9F9F. Windows color (decimal): -15671588 or 14474768. OLE color: 14474768.

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

Color convert

RGB 16 222 220 -
CMYK 0.93 0 0.01 0.13
HSL 179.42º 0.87% 0.47% -
HSV(B) 179.42º 0.93% 0.87% -
XYZ 39.25 57.52 76.74 -
YUV 160.18 161.75 25.16 -
System Red Green Blue C M Y K H S L
Decimal 16 222 220 0.93 0 0.01 0.13 179.42 0.87 0.47
Hex 10 DE DC 5D 0 1 D B3 57 2F
Octal 20 336 334 135 0 1 15 263 127 57
Binary 10000 11011110 11011100 1011101 0 1 1101 10110011 1010111 101111

Color Harmonies of #10DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DEDC

Black with #10DEDC

Text Example


Text Example

White with #10DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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