Html Css Color HEX #10ECCC Bright Turquoise

📋 copy color: '#10ECCC'

red 16 ◦ green 236 ◦ blue 204

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

Shades of Bright Turquoise #10ECCC

Tints of Bright Turquoise #10ECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 3.51%
G = 51.75%
B = 44.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#10ECCC (or 0x10ECCC) is known color: Bright Turquoise. HEX triplet: 10, EC and CC. RGB value is (16,236,204). Sum of RGB (Red+Green+Blue) = 16+236+204=456 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.51% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #10ECCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10ECCC is #EF1333. Grayscale: #A6A6A6. Windows color (decimal): -15668020 or 13429776. OLE color: 13429776.

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

Color convert

RGB 16 236 204 -
CMYK 0.93 0 0.14 0.07
HSL 171.27º 0.87% 0.49% -
HSV(B) 171.27º 0.93% 0.93% -
XYZ 41.11 64.46 67.4 -
YUV 166.57 149.11 20.6 -
System Red Green Blue C M Y K H S L
Decimal 16 236 204 0.93 0 0.14 0.07 171.27 0.87 0.49
Hex 10 EC CC 5D 0 E 7 AB 57 31
Octal 20 354 314 135 0 16 7 253 127 61
Binary 10000 11101100 11001100 1011101 0 1110 111 10101011 1010111 110001

Color Harmonies of #10ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ECCC

Black with #10ECCC

Text Example


Text Example

White with #10ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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