Html Css Color HEX #17D0E6 Bright Turquoise

📋 copy color: '#17D0E6'

red 23 ◦ green 208 ◦ blue 230

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

Shades of Bright Turquoise #17D0E6

Tints of Bright Turquoise #17D0E6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

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

R = 4.99%
G = 45.12%
B = 49.89%

CMYK

 C value IS 0.9

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#17D0E6 (or 0x17D0E6) is known color: Bright Turquoise. HEX triplet: 17, D0 and E6. RGB value is (23,208,230). Sum of RGB (Red+Green+Blue) = 23+208+230=461 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.99% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #17D0E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D0E6 is #E82F19. Grayscale: #9A9A9A. Windows color (decimal): -15216410 or 15126551. OLE color: 15126551.

HSL color Cylindrical-coordinate representation of color #17D0E6: hue angle of 186.38º 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 #17D0E6 is Cyan = 0.9, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 23 208 230 -
CMYK 0.9 0.10 0 0.10
HSL 186.38º 0.82% 0.5% -
HSV(B) 186.38º 0.9% 0.9% -
XYZ 37.19 51.01 82.75 -
YUV 155.19 170.21 33.71 -
System Red Green Blue C M Y K H S L
Decimal 23 208 230 0.9 0.10 0 0.10 186.38 0.82 0.5
Hex 17 D0 E6 5A A 0 A BA 52 32
Octal 27 320 346 132 12 0 12 272 122 62
Binary 10111 11010000 11100110 1011010 1010 0 1010 10111010 1010010 110010

Color Harmonies of #17D0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D0E6

Black with #17D0E6

Text Example


Text Example

White with #17D0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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