Html Css Color HEX #17EBDB Bright Turquoise

📋 copy color: '#17EBDB'

red 23 ◦ green 235 ◦ blue 219

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

Shades of Bright Turquoise #17EBDB

Tints of Bright Turquoise #17EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.27%

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

R = 4.82%
G = 49.27%
B = 45.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#17EBDB (or 0x17EBDB) is known color: Bright Turquoise. HEX triplet: 17, EB and DB. RGB value is (23,235,219). Sum of RGB (Red+Green+Blue) = 23+235+219=477 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.82% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #17EBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EBDB is #E81424. Grayscale: #A9A9A9. Windows color (decimal): -15209509 or 14412567. OLE color: 14412567.

HSL color Cylindrical-coordinate representation of color #17EBDB: hue angle of 175.47º 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 #17EBDB is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 235 219 -
CMYK 0.90 0 0.07 0.08
HSL 175.47º 0.84% 0.51% -
HSV(B) 175.47º 0.9% 0.92% -
XYZ 42.85 64.71 77.25 -
YUV 169.79 155.76 23.3 -
System Red Green Blue C M Y K H S L
Decimal 23 235 219 0.90 0 0.07 0.08 175.47 0.84 0.51
Hex 17 EB DB 5A 0 7 8 AF 54 33
Octal 27 353 333 132 0 7 10 257 124 63
Binary 10111 11101011 11011011 1011010 0 111 1000 10101111 1010100 110011

Color Harmonies of #17EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EBDB

Black with #17EBDB

Text Example


Text Example

White with #17EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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