Html Css Color HEX #10FACC Bright Turquoise

📋 copy color: '#10FACC'

red 16 ◦ green 250 ◦ blue 204

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

Shades of Bright Turquoise #10FACC

Tints of Bright Turquoise #10FACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.19%

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 3.4%
G = 53.19%
B = 43.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#10FACC (or 0x10FACC) is known color: Bright Turquoise. HEX triplet: 10, FA and CC. RGB value is (16,250,204). Sum of RGB (Red+Green+Blue) = 16+250+204=470 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #10FACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FACC is #EF0533. Grayscale: #AEAEAE. Windows color (decimal): -15664436 or 13433360. OLE color: 13433360.

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

Color convert

RGB 16 250 204 -
CMYK 0.94 0 0.18 0.02
HSL 168.21º 0.96% 0.52% -
HSV(B) 168.21º 0.94% 0.98% -
XYZ 45.3 72.84 68.8 -
YUV 174.79 144.48 14.74 -
System Red Green Blue C M Y K H S L
Decimal 16 250 204 0.94 0 0.18 0.02 168.21 0.96 0.52
Hex 10 FA CC 5E 0 12 2 A8 60 34
Octal 20 372 314 136 0 22 2 250 140 64
Binary 10000 11111010 11001100 1011110 0 10010 10 10101000 1100000 110100

Color Harmonies of #10FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FACC

Black with #10FACC

Text Example


Text Example

White with #10FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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