Html Css Color HEX #10ECD7 Bright Turquoise

📋 copy color: '#10ECD7'

red 16 ◦ green 236 ◦ blue 215

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

Shades of Bright Turquoise #10ECD7

Tints of Bright Turquoise #10ECD7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.54%

 BLUE value IS 215 (84.38% from 255) = 46.04%

R = 3.43%
G = 50.54%
B = 46.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#10ECD7 (or 0x10ECD7) is known color: Bright Turquoise. HEX triplet: 10, EC and D7. RGB value is (16,236,215). Sum of RGB (Red+Green+Blue) = 16+236+215=467 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #10ECD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10ECD7 is #EF1328. Grayscale: #A7A7A7. Windows color (decimal): -15668009 or 14150672. OLE color: 14150672.

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

Color convert

RGB 16 236 215 -
CMYK 0.93 0 0.09 0.07
HSL 174.27º 0.87% 0.49% -
HSV(B) 174.27º 0.93% 0.93% -
XYZ 42.47 65.01 74.6 -
YUV 167.83 154.61 19.71 -
System Red Green Blue C M Y K H S L
Decimal 16 236 215 0.93 0 0.09 0.07 174.27 0.87 0.49
Hex 10 EC D7 5D 0 9 7 AE 57 31
Octal 20 354 327 135 0 11 7 256 127 61
Binary 10000 11101100 11010111 1011101 0 1001 111 10101110 1010111 110001

Color Harmonies of #10ECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ECD7

Black with #10ECD7

Text Example


Text Example

White with #10ECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,236,215); }

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

background-color css

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

 a { background-color: rgb(16,236,215); }

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

border-color css

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

 span { border-color: rgb(16,236,215); }

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