Html Css Color HEX #17DBEA Bright Turquoise

📋 copy color: '#17DBEA'

red 23 ◦ green 219 ◦ blue 234

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

Shades of Bright Turquoise #17DBEA

Tints of Bright Turquoise #17DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 4.83%
G = 46.01%
B = 49.16%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#17DBEA (or 0x17DBEA) is known color: Bright Turquoise. HEX triplet: 17, DB and EA. RGB value is (23,219,234). Sum of RGB (Red+Green+Blue) = 23+219+234=476 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.83% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #17DBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DBEA is #E82415. Grayscale: #A1A1A1. Windows color (decimal): -15213590 or 15391511. OLE color: 15391511.

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

Color convert

RGB 23 219 234 -
CMYK 0.90 0.06 0 0.08
HSL 184.27º 0.83% 0.5% -
HSV(B) 184.27º 0.9% 0.92% -
XYZ 40.54 56.79 86.67 -
YUV 162.11 168.57 28.78 -
System Red Green Blue C M Y K H S L
Decimal 23 219 234 0.90 0.06 0 0.08 184.27 0.83 0.5
Hex 17 DB EA 5A 6 0 8 B8 53 32
Octal 27 333 352 132 6 0 10 270 123 62
Binary 10111 11011011 11101010 1011010 110 0 1000 10111000 1010011 110010

Color Harmonies of #17DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DBEA

Black with #17DBEA

Text Example


Text Example

White with #17DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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