Html Css Color HEX #10ECE3 Bright Turquoise

📋 copy color: '#10ECE3'

red 16 ◦ green 236 ◦ blue 227

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

Shades of Bright Turquoise #10ECE3

Tints of Bright Turquoise #10ECE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.39%

R = 3.34%
G = 49.27%
B = 47.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#10ECE3 (or 0x10ECE3) is known color: Bright Turquoise. HEX triplet: 10, EC and E3. RGB value is (16,236,227). Sum of RGB (Red+Green+Blue) = 16+236+227=479 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.34% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 227 (89.06% from 255 or 47.39% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #10ECE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10ECE3 is #EF131C. Grayscale: #A9A9A9. Windows color (decimal): -15667997 or 14937104. OLE color: 14937104.

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

Color convert

RGB 16 236 227 -
CMYK 0.93 0 0.04 0.07
HSL 177.55º 0.87% 0.49% -
HSV(B) 177.55º 0.93% 0.93% -
XYZ 44.07 65.65 83.02 -
YUV 169.19 160.61 18.73 -
System Red Green Blue C M Y K H S L
Decimal 16 236 227 0.93 0 0.04 0.07 177.55 0.87 0.49
Hex 10 EC E3 5D 0 4 7 B2 57 31
Octal 20 354 343 135 0 4 7 262 127 61
Binary 10000 11101100 11100011 1011101 0 100 111 10110010 1010111 110001

Color Harmonies of #10ECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ECE3

Black with #10ECE3

Text Example


Text Example

White with #10ECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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