Html Css Color HEX #10FCE6 Bright Turquoise

📋 copy color: '#10FCE6'

red 16 ◦ green 252 ◦ blue 230

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

Shades of Bright Turquoise #10FCE6

Tints of Bright Turquoise #10FCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.18%

R = 3.21%
G = 50.6%
B = 46.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#10FCE6 (or 0x10FCE6) is known color: Bright Turquoise. HEX triplet: 10, FC and E6. RGB value is (16,252,230). Sum of RGB (Red+Green+Blue) = 16+252+230=498 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.21% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FCE6 is #EF0319. Grayscale: #B2B2B2. Windows color (decimal): -15663898 or 15137808. OLE color: 15137808.

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

Color convert

RGB 16 252 230 -
CMYK 0.94 0 0.09 0.01
HSL 174.41º 0.98% 0.53% -
HSV(B) 174.41º 0.94% 0.99% -
XYZ 49.31 75.44 86.83 -
YUV 178.93 156.81 11.79 -
System Red Green Blue C M Y K H S L
Decimal 16 252 230 0.94 0 0.09 0.01 174.41 0.98 0.53
Hex 10 FC E6 5E 0 9 1 AE 62 35
Octal 20 374 346 136 0 11 1 256 142 65
Binary 10000 11111100 11100110 1011110 0 1001 1 10101110 1100010 110101

Color Harmonies of #10FCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FCE6

Black with #10FCE6

Text Example


Text Example

White with #10FCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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