Html Css Color HEX #10FCD9 Bright Turquoise

📋 copy color: '#10FCD9'

red 16 ◦ green 252 ◦ blue 217

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

Shades of Bright Turquoise #10FCD9

Tints of Bright Turquoise #10FCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.74%

R = 3.3%
G = 51.96%
B = 44.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#10FCD9 (or 0x10FCD9) is known color: Bright Turquoise. HEX triplet: 10, FC and D9. RGB value is (16,252,217). Sum of RGB (Red+Green+Blue) = 16+252+217=485 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.30% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FCD9 is #EF0326. Grayscale: #B1B1B1. Windows color (decimal): -15663911 or 14285840. OLE color: 14285840.

HSL color Cylindrical-coordinate representation of color #10FCD9: hue angle of 171.1º 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 #10FCD9 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 252 217 -
CMYK 0.94 0 0.14 0.01
HSL 171.1º 0.98% 0.53% -
HSV(B) 171.1º 0.94% 0.99% -
XYZ 47.55 74.74 77.57 -
YUV 177.45 150.31 12.85 -
System Red Green Blue C M Y K H S L
Decimal 16 252 217 0.94 0 0.14 0.01 171.1 0.98 0.53
Hex 10 FC D9 5E 0 E 1 AB 62 35
Octal 20 374 331 136 0 16 1 253 142 65
Binary 10000 11111100 11011001 1011110 0 1110 1 10101011 1100010 110101

Color Harmonies of #10FCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FCD9

Black with #10FCD9

Text Example


Text Example

White with #10FCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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