Html Css Color HEX #10E9EE Bright Turquoise

📋 copy color: '#10E9EE'

red 16 ◦ green 233 ◦ blue 238

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

Shades of Bright Turquoise #10E9EE

Tints of Bright Turquoise #10E9EE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.84%

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 3.29%
G = 47.84%
B = 48.87%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10E9EE (or 0x10E9EE) is known color: Bright Turquoise. HEX triplet: 10, E9 and EE. RGB value is (16,233,238). Sum of RGB (Red+Green+Blue) = 16+233+238=487 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.29% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #10E9EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10E9EE is #EF1611. Grayscale: #A8A8A8. Windows color (decimal): -15668754 or 15657232. OLE color: 15657232.

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

Color convert

RGB 16 233 238 -
CMYK 0.93 0.02 0 0.07
HSL 181.35º 0.87% 0.5% -
HSV(B) 181.35º 0.93% 0.93% -
XYZ 44.79 64.56 90.99 -
YUV 168.69 167.11 19.09 -
System Red Green Blue C M Y K H S L
Decimal 16 233 238 0.93 0.02 0 0.07 181.35 0.87 0.5
Hex 10 E9 EE 5D 2 0 7 B5 57 32
Octal 20 351 356 135 2 0 7 265 127 62
Binary 10000 11101001 11101110 1011101 10 0 111 10110101 1010111 110010

Color Harmonies of #10E9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E9EE

Black with #10E9EE

Text Example


Text Example

White with #10E9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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