Html Css Color HEX #10E5FA Bright Turquoise

📋 copy color: '#10E5FA'

red 16 ◦ green 229 ◦ blue 250

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

Shades of Bright Turquoise #10E5FA

Tints of Bright Turquoise #10E5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 3.23%
G = 46.26%
B = 50.51%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10E5FA (or 0x10E5FA) is known color: Bright Turquoise. HEX triplet: 10, E5 and FA. RGB value is (16,229,250). Sum of RGB (Red+Green+Blue) = 16+229+250=495 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.23% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #10E5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E5FA is #EF1A05. Grayscale: #A7A7A7. Windows color (decimal): -15669766 or 16442640. OLE color: 16442640.

HSL color Cylindrical-coordinate representation of color #10E5FA: hue angle of 185.38º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10E5FA is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 229 250 -
CMYK 0.94 0.08 0 0.02
HSL 185.38º 0.96% 0.52% -
HSV(B) 185.38º 0.94% 0.98% -
XYZ 45.49 63.05 100.22 -
YUV 167.71 174.43 19.79 -
System Red Green Blue C M Y K H S L
Decimal 16 229 250 0.94 0.08 0 0.02 185.38 0.96 0.52
Hex 10 E5 FA 5E 8 0 2 B9 60 34
Octal 20 345 372 136 10 0 2 271 140 64
Binary 10000 11100101 11111010 1011110 1000 0 10 10111001 1100000 110100

Color Harmonies of #10E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E5FA

Black with #10E5FA

Text Example


Text Example

White with #10E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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