Html Css Color HEX #17D1E5 Bright Turquoise

📋 copy color: '#17D1E5'

red 23 ◦ green 209 ◦ blue 229

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

Shades of Bright Turquoise #17D1E5

Tints of Bright Turquoise #17D1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.67%

R = 4.99%
G = 45.34%
B = 49.67%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#17D1E5 (or 0x17D1E5) is known color: Bright Turquoise. HEX triplet: 17, D1 and E5. RGB value is (23,209,229). Sum of RGB (Red+Green+Blue) = 23+209+229=461 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.99% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #17D1E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D1E5 is #E82E1A. Grayscale: #9B9B9B. Windows color (decimal): -15216155 or 15061271. OLE color: 15061271.

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

Color convert

RGB 23 209 229 -
CMYK 0.90 0.09 0 0.10
HSL 185.83º 0.82% 0.49% -
HSV(B) 185.83º 0.9% 0.9% -
XYZ 37.3 51.44 82.09 -
YUV 155.67 169.38 33.37 -
System Red Green Blue C M Y K H S L
Decimal 23 209 229 0.90 0.09 0 0.10 185.83 0.82 0.49
Hex 17 D1 E5 5A 9 0 A BA 52 31
Octal 27 321 345 132 11 0 12 272 122 61
Binary 10111 11010001 11100101 1011010 1001 0 1010 10111010 1010010 110001

Color Harmonies of #17D1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D1E5

Black with #17D1E5

Text Example


Text Example

White with #17D1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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