Html Css Color HEX #10FCC9 Bright Turquoise

📋 copy color: '#10FCC9'

red 16 ◦ green 252 ◦ blue 201

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

Shades of Bright Turquoise #10FCC9

Tints of Bright Turquoise #10FCC9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.73%

 BLUE value IS 201 (78.91% from 255) = 42.86%

R = 3.41%
G = 53.73%
B = 42.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#10FCC9 (or 0x10FCC9) is known color: Bright Turquoise. HEX triplet: 10, FC and C9. RGB value is (16,252,201). Sum of RGB (Red+Green+Blue) = 16+252+201=469 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.41% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FCC9 is #EF0336. Grayscale: #AFAFAF. Windows color (decimal): -15663927 or 13237264. OLE color: 13237264.

HSL color Cylindrical-coordinate representation of color #10FCC9: hue angle of 167.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FCC9 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 252 201 -
CMYK 0.94 0 0.20 0.01
HSL 167.03º 0.98% 0.53% -
HSV(B) 167.03º 0.94% 0.99% -
XYZ 45.57 73.95 67.13 -
YUV 175.62 142.31 14.15 -
System Red Green Blue C M Y K H S L
Decimal 16 252 201 0.94 0 0.20 0.01 167.03 0.98 0.53
Hex 10 FC C9 5E 0 14 1 A7 62 35
Octal 20 374 311 136 0 24 1 247 142 65
Binary 10000 11111100 11001001 1011110 0 10100 1 10100111 1100010 110101

Color Harmonies of #10FCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FCC9

Black with #10FCC9

Text Example


Text Example

White with #10FCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,252,201); }

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

background-color css

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

 a { background-color: rgb(16,252,201); }

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

border-color css

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

 span { border-color: rgb(16,252,201); }

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