Html Css Color HEX #10FCCC Bright Turquoise

📋 copy color: '#10FCCC'

red 16 ◦ green 252 ◦ blue 204

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

Shades of Bright Turquoise #10FCCC

Tints of Bright Turquoise #10FCCC

RGB

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

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

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

R = 3.39%
G = 53.39%
B = 43.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#10FCCC (or 0x10FCCC) is known color: Bright Turquoise. HEX triplet: 10, FC and CC. RGB value is (16,252,204). Sum of RGB (Red+Green+Blue) = 16+252+204=472 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.39% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FCCC is #EF0333. Grayscale: #AFAFAF. Windows color (decimal): -15663924 or 13433872. OLE color: 13433872.

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

Color convert

RGB 16 252 204 -
CMYK 0.94 0 0.19 0.01
HSL 167.8º 0.98% 0.53% -
HSV(B) 167.8º 0.94% 0.99% -
XYZ 45.92 74.09 69.01 -
YUV 175.96 143.81 13.9 -
System Red Green Blue C M Y K H S L
Decimal 16 252 204 0.94 0 0.19 0.01 167.8 0.98 0.53
Hex 10 FC CC 5E 0 13 1 A8 62 35
Octal 20 374 314 136 0 23 1 250 142 65
Binary 10000 11111100 11001100 1011110 0 10011 1 10101000 1100010 110101

Color Harmonies of #10FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FCCC

Black with #10FCCC

Text Example


Text Example

White with #10FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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