Html Css Color HEX #17FBDB Bright Turquoise

📋 copy color: '#17FBDB'

red 23 ◦ green 251 ◦ blue 219

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

Shades of Bright Turquoise #17FBDB

Tints of Bright Turquoise #17FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.91%

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

R = 4.67%
G = 50.91%
B = 44.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#17FBDB (or 0x17FBDB) is known color: Bright Turquoise. HEX triplet: 17, FB and DB. RGB value is (23,251,219). Sum of RGB (Red+Green+Blue) = 23+251+219=493 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.67% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #17FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FBDB is #E80424. Grayscale: #B3B3B3. Windows color (decimal): -15205413 or 14416663. OLE color: 14416663.

HSL color Cylindrical-coordinate representation of color #17FBDB: hue angle of 171.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FBDB is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 23 251 219 -
CMYK 0.91 0 0.13 0.02
HSL 171.58º 0.97% 0.54% -
HSV(B) 171.58º 0.91% 0.98% -
XYZ 47.64 74.29 78.85 -
YUV 179.18 150.46 16.6 -
System Red Green Blue C M Y K H S L
Decimal 23 251 219 0.91 0 0.13 0.02 171.58 0.97 0.54
Hex 17 FB DB 5B 0 D 2 AC 61 36
Octal 27 373 333 133 0 15 2 254 141 66
Binary 10111 11111011 11011011 1011011 0 1101 10 10101100 1100001 110110

Color Harmonies of #17FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17FBDB

Black with #17FBDB

Text Example


Text Example

White with #17FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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