Html Css Color HEX #17D1E6 Bright Turquoise

📋 copy color: '#17D1E6'

red 23 ◦ green 209 ◦ blue 230

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

Shades of Bright Turquoise #17D1E6

Tints of Bright Turquoise #17D1E6

RGB

 RED value IS 23 (9.38% from 255) = 4.98%

 GREEN value IS 209 (82.03% from 255) = 45.24%

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

R = 4.98%
G = 45.24%
B = 49.78%

CMYK

 C value IS 0.9

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#17D1E6 (or 0x17D1E6) is known color: Bright Turquoise. HEX triplet: 17, D1 and E6. RGB value is (23,209,230). Sum of RGB (Red+Green+Blue) = 23+209+230=462 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.98% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #17D1E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D1E6 is #E82E19. Grayscale: #9B9B9B. Windows color (decimal): -15216154 or 15126807. OLE color: 15126807.

HSL color Cylindrical-coordinate representation of color #17D1E6: hue angle of 186.09º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17D1E6 is Cyan = 0.9, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 23 209 230 -
CMYK 0.9 0.09 0 0.10
HSL 186.09º 0.82% 0.5% -
HSV(B) 186.09º 0.9% 0.9% -
XYZ 37.44 51.5 82.83 -
YUV 155.78 169.88 33.29 -
System Red Green Blue C M Y K H S L
Decimal 23 209 230 0.9 0.09 0 0.10 186.09 0.82 0.5
Hex 17 D1 E6 5A 9 0 A BA 52 32
Octal 27 321 346 132 11 0 12 272 122 62
Binary 10111 11010001 11100110 1011010 1001 0 1010 10111010 1010010 110010

Color Harmonies of #17D1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D1E6

Black with #17D1E6

Text Example


Text Example

White with #17D1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17D1E6; }

 p { color: rgb(23,209,230); }

 H1.HeaderClassName
 {
   color: #17D1E6;
 }
 .AnyTagClassName
 {
   color: #17D1E6;
 }
</style>

background-color css

<style>
 a { background-color: #17D1E6; }

 a { background-color: rgb(23,209,230); }

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

border-color css

<style>
 span { border-color: #17D1E6; }

 span { border-color: rgb(23,209,230); }

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