Html Css Color HEX #17DCEF Bright Turquoise

📋 copy color: '#17DCEF'

red 23 ◦ green 220 ◦ blue 239

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

Shades of Bright Turquoise #17DCEF

Tints of Bright Turquoise #17DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.64%

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 4.77%
G = 45.64%
B = 49.59%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#17DCEF (or 0x17DCEF) is known color: Bright Turquoise. HEX triplet: 17, DC and EF. RGB value is (23,220,239). Sum of RGB (Red+Green+Blue) = 23+220+239=482 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.77% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #17DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DCEF is #E82310. Grayscale: #A2A2A2. Windows color (decimal): -15213329 or 15719447. OLE color: 15719447.

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

Color convert

RGB 23 220 239 -
CMYK 0.90 0.08 0 0.06
HSL 185.28º 0.87% 0.51% -
HSV(B) 185.28º 0.9% 0.94% -
XYZ 41.53 57.6 90.59 -
YUV 163.26 170.73 27.96 -
System Red Green Blue C M Y K H S L
Decimal 23 220 239 0.90 0.08 0 0.06 185.28 0.87 0.51
Hex 17 DC EF 5A 8 0 6 B9 57 33
Octal 27 334 357 132 10 0 6 271 127 63
Binary 10111 11011100 11101111 1011010 1000 0 110 10111001 1010111 110011

Color Harmonies of #17DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DCEF

Black with #17DCEF

Text Example


Text Example

White with #17DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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