Html Css Color HEX #17DFDB Bright Turquoise

📋 copy color: '#17DFDB'

red 23 ◦ green 223 ◦ blue 219

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

Shades of Bright Turquoise #17DFDB

Tints of Bright Turquoise #17DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 4.95%
G = 47.96%
B = 47.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#17DFDB (or 0x17DFDB) is known color: Bright Turquoise. HEX triplet: 17, DF and DB. RGB value is (23,223,219). Sum of RGB (Red+Green+Blue) = 23+223+219=465 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.95% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #17DFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DFDB is #E82024. Grayscale: #A2A2A2. Windows color (decimal): -15212581 or 14409495. OLE color: 14409495.

HSL color Cylindrical-coordinate representation of color #17DFDB: hue angle of 178.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DFDB is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 223 219 -
CMYK 0.90 0 0.02 0.13
HSL 178.8º 0.81% 0.48% -
HSV(B) 178.8º 0.9% 0.87% -
XYZ 39.53 58.07 76.14 -
YUV 162.74 159.74 28.33 -
System Red Green Blue C M Y K H S L
Decimal 23 223 219 0.90 0 0.02 0.13 178.8 0.81 0.48
Hex 17 DF DB 5A 0 2 D B3 51 30
Octal 27 337 333 132 0 2 15 263 121 60
Binary 10111 11011111 11011011 1011010 0 10 1101 10110011 1010001 110000

Color Harmonies of #17DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DFDB

Black with #17DFDB

Text Example


Text Example

White with #17DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,223,219); }

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

background-color css

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

 a { background-color: rgb(23,223,219); }

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

border-color css

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

 span { border-color: rgb(23,223,219); }

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