Html Css Color HEX #10EBE0 Bright Turquoise

📋 copy color: '#10EBE0'

red 16 ◦ green 235 ◦ blue 224

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

Shades of Bright Turquoise #10EBE0

Tints of Bright Turquoise #10EBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.16%

R = 3.37%
G = 49.47%
B = 47.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#10EBE0 (or 0x10EBE0) is known color: Bright Turquoise. HEX triplet: 10, EB and E0. RGB value is (16,235,224). Sum of RGB (Red+Green+Blue) = 16+235+224=475 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.37% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #10EBE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EBE0 is #EF141F. Grayscale: #A8A8A8. Windows color (decimal): -15668256 or 14740240. OLE color: 14740240.

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

Color convert

RGB 16 235 224 -
CMYK 0.93 0 0.05 0.08
HSL 176.99º 0.87% 0.49% -
HSV(B) 176.99º 0.93% 0.92% -
XYZ 43.38 64.91 80.76 -
YUV 168.27 159.45 19.39 -
System Red Green Blue C M Y K H S L
Decimal 16 235 224 0.93 0 0.05 0.08 176.99 0.87 0.49
Hex 10 EB E0 5D 0 5 8 B1 57 31
Octal 20 353 340 135 0 5 10 261 127 61
Binary 10000 11101011 11100000 1011101 0 101 1000 10110001 1010111 110001

Color Harmonies of #10EBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EBE0

Black with #10EBE0

Text Example


Text Example

White with #10EBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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