Html Css Color HEX #10FCC3 Bright Turquoise

📋 copy color: '#10FCC3'

red 16 ◦ green 252 ◦ blue 195

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

Shades of Bright Turquoise #10FCC3

Tints of Bright Turquoise #10FCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.12%

R = 3.46%
G = 54.43%
B = 42.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#10FCC3 (or 0x10FCC3) is known color: Bright Turquoise. HEX triplet: 10, FC and C3. RGB value is (16,252,195). Sum of RGB (Red+Green+Blue) = 16+252+195=463 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.46% from 463); Green value is 252 (98.83% from 255 or 54.43% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FCC3 is #EF033C. Grayscale: #AEAEAE. Windows color (decimal): -15663933 or 12844048. OLE color: 12844048.

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

Color convert

RGB 16 252 195 -
CMYK 0.94 0 0.23 0.01
HSL 165.51º 0.98% 0.53% -
HSV(B) 165.51º 0.94% 0.99% -
XYZ 44.87 73.67 63.48 -
YUV 174.94 139.31 14.63 -
System Red Green Blue C M Y K H S L
Decimal 16 252 195 0.94 0 0.23 0.01 165.51 0.98 0.53
Hex 10 FC C3 5E 0 17 1 A6 62 35
Octal 20 374 303 136 0 27 1 246 142 65
Binary 10000 11111100 11000011 1011110 0 10111 1 10100110 1100010 110101

Color Harmonies of #10FCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FCC3

Black with #10FCC3

Text Example


Text Example

White with #10FCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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