Html Css Color HEX #10E3E9 Bright Turquoise

📋 copy color: '#10E3E9'

red 16 ◦ green 227 ◦ blue 233

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

Shades of Bright Turquoise #10E3E9

Tints of Bright Turquoise #10E3E9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.69%

 BLUE value IS 233 (91.41% from 255) = 48.95%

R = 3.36%
G = 47.69%
B = 48.95%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#10E3E9 (or 0x10E3E9) is known color: Bright Turquoise. HEX triplet: 10, E3 and E9. RGB value is (16,227,233). Sum of RGB (Red+Green+Blue) = 16+227+233=476 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.36% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #10E3E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E3E9 is #EF1C16. Grayscale: #A4A4A4. Windows color (decimal): -15670295 or 15328016. OLE color: 15328016.

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

Color convert

RGB 16 227 233 -
CMYK 0.93 0.03 0 0.09
HSL 181.66º 0.87% 0.49% -
HSV(B) 181.66º 0.93% 0.91% -
XYZ 42.39 60.93 86.62 -
YUV 164.6 166.6 22.01 -
System Red Green Blue C M Y K H S L
Decimal 16 227 233 0.93 0.03 0 0.09 181.66 0.87 0.49
Hex 10 E3 E9 5D 3 0 9 B6 57 31
Octal 20 343 351 135 3 0 11 266 127 61
Binary 10000 11100011 11101001 1011101 11 0 1001 10110110 1010111 110001

Color Harmonies of #10E3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E3E9

Black with #10E3E9

Text Example


Text Example

White with #10E3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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