Html Css Color HEX #10D9F6 Bright Turquoise

📋 copy color: '#10D9F6'

red 16 ◦ green 217 ◦ blue 246

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

Shades of Bright Turquoise #10D9F6

Tints of Bright Turquoise #10D9F6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.3%

 BLUE value IS 246 (96.48% from 255) = 51.36%

R = 3.34%
G = 45.3%
B = 51.36%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#10D9F6 (or 0x10D9F6) is known color: Bright Turquoise. HEX triplet: 10, D9 and F6. RGB value is (16,217,246). Sum of RGB (Red+Green+Blue) = 16+217+246=479 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.34% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #10D9F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D9F6 is #EF2609. Grayscale: #9F9F9F. Windows color (decimal): -15672842 or 16177424. OLE color: 16177424.

HSL color Cylindrical-coordinate representation of color #10D9F6: hue angle of 187.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D9F6 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 217 246 -
CMYK 0.93 0.12 0 0.04
HSL 187.57º 0.93% 0.51% -
HSV(B) 187.57º 0.93% 0.96% -
XYZ 41.66 56.39 95.88 -
YUV 160.21 176.41 25.14 -
System Red Green Blue C M Y K H S L
Decimal 16 217 246 0.93 0.12 0 0.04 187.57 0.93 0.51
Hex 10 D9 F6 5D C 0 4 BC 5D 33
Octal 20 331 366 135 14 0 4 274 135 63
Binary 10000 11011001 11110110 1011101 1100 0 100 10111100 1011101 110011

Color Harmonies of #10D9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D9F6

Black with #10D9F6

Text Example


Text Example

White with #10D9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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