Html Css Color HEX #17EFDB Bright Turquoise

📋 copy color: '#17EFDB'

red 23 ◦ green 239 ◦ blue 219

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

Shades of Bright Turquoise #17EFDB

Tints of Bright Turquoise #17EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.69%

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

R = 4.78%
G = 49.69%
B = 45.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#17EFDB (or 0x17EFDB) is known color: Bright Turquoise. HEX triplet: 17, EF and DB. RGB value is (23,239,219). Sum of RGB (Red+Green+Blue) = 23+239+219=481 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.78% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #17EFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EFDB is #E81024. Grayscale: #ACACAC. Windows color (decimal): -15208485 or 14413591. OLE color: 14413591.

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

Color convert

RGB 23 239 219 -
CMYK 0.90 0 0.08 0.06
HSL 174.44º 0.87% 0.51% -
HSV(B) 174.44º 0.9% 0.94% -
XYZ 44.01 67.03 77.64 -
YUV 172.14 154.44 21.63 -
System Red Green Blue C M Y K H S L
Decimal 23 239 219 0.90 0 0.08 0.06 174.44 0.87 0.51
Hex 17 EF DB 5A 0 8 6 AE 57 33
Octal 27 357 333 132 0 10 6 256 127 63
Binary 10111 11101111 11011011 1011010 0 1000 110 10101110 1010111 110011

Color Harmonies of #17EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EFDB

Black with #17EFDB

Text Example


Text Example

White with #17EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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