Html Css Color HEX #10E5F6 Bright Turquoise

📋 copy color: '#10E5F6'

red 16 ◦ green 229 ◦ blue 246

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

Shades of Bright Turquoise #10E5F6

Tints of Bright Turquoise #10E5F6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.64%

 BLUE value IS 246 (96.48% from 255) = 50.1%

R = 3.26%
G = 46.64%
B = 50.1%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#10E5F6 (or 0x10E5F6) is known color: Bright Turquoise. HEX triplet: 10, E5 and F6. RGB value is (16,229,246). Sum of RGB (Red+Green+Blue) = 16+229+246=491 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.26% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #10E5F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E5F6 is #EF1A09. Grayscale: #A6A6A6. Windows color (decimal): -15669770 or 16180496. OLE color: 16180496.

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

Color convert

RGB 16 229 246 -
CMYK 0.93 0.07 0 0.04
HSL 184.43º 0.93% 0.51% -
HSV(B) 184.43º 0.93% 0.96% -
XYZ 44.87 62.8 96.95 -
YUV 167.25 172.43 20.12 -
System Red Green Blue C M Y K H S L
Decimal 16 229 246 0.93 0.07 0 0.04 184.43 0.93 0.51
Hex 10 E5 F6 5D 7 0 4 B8 5D 33
Octal 20 345 366 135 7 0 4 270 135 63
Binary 10000 11100101 11110110 1011101 111 0 100 10111000 1011101 110011

Color Harmonies of #10E5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E5F6

Black with #10E5F6

Text Example


Text Example

White with #10E5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,229,246); }

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

background-color css

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

 a { background-color: rgb(16,229,246); }

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

border-color css

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

 span { border-color: rgb(16,229,246); }

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