Html Css Color HEX #17D8EB Bright Turquoise

📋 copy color: '#17D8EB'

red 23 ◦ green 216 ◦ blue 235

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

Shades of Bright Turquoise #17D8EB

Tints of Bright Turquoise #17D8EB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.57%

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 4.85%
G = 45.57%
B = 49.58%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#17D8EB (or 0x17D8EB) is known color: Bright Turquoise. HEX triplet: 17, D8 and EB. RGB value is (23,216,235). Sum of RGB (Red+Green+Blue) = 23+216+235=474 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.85% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #17D8EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D8EB is #E82714. Grayscale: #A0A0A0. Windows color (decimal): -15214357 or 15456279. OLE color: 15456279.

HSL color Cylindrical-coordinate representation of color #17D8EB: hue angle of 185.38º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17D8EB is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 216 235 -
CMYK 0.90 0.08 0 0.08
HSL 185.38º 0.84% 0.51% -
HSV(B) 185.38º 0.9% 0.92% -
XYZ 39.9 55.29 87.17 -
YUV 160.46 170.06 29.96 -
System Red Green Blue C M Y K H S L
Decimal 23 216 235 0.90 0.08 0 0.08 185.38 0.84 0.51
Hex 17 D8 EB 5A 8 0 8 B9 54 33
Octal 27 330 353 132 10 0 10 271 124 63
Binary 10111 11011000 11101011 1011010 1000 0 1000 10111001 1010100 110011

Color Harmonies of #17D8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D8EB

Black with #17D8EB

Text Example


Text Example

White with #17D8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,216,235); }

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

background-color css

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

 a { background-color: rgb(23,216,235); }

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

border-color css

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

 span { border-color: rgb(23,216,235); }

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