Html Css Color HEX #17DCE7 Bright Turquoise

📋 copy color: '#17DCE7'

red 23 ◦ green 220 ◦ blue 231

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

Shades of Bright Turquoise #17DCE7

Tints of Bright Turquoise #17DCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.73%

R = 4.85%
G = 46.41%
B = 48.73%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#17DCE7 (or 0x17DCE7) is known color: Bright Turquoise. HEX triplet: 17, DC and E7. RGB value is (23,220,231). Sum of RGB (Red+Green+Blue) = 23+220+231=474 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.85% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #17DCE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DCE7 is #E82318. Grayscale: #A2A2A2. Windows color (decimal): -15213337 or 15195159. OLE color: 15195159.

HSL color Cylindrical-coordinate representation of color #17DCE7: hue angle of 183.17º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DCE7 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 23 220 231 -
CMYK 0.90 0.05 0 0.09
HSL 183.17º 0.82% 0.5% -
HSV(B) 183.17º 0.9% 0.91% -
XYZ 40.37 57.14 84.5 -
YUV 162.35 166.73 28.61 -
System Red Green Blue C M Y K H S L
Decimal 23 220 231 0.90 0.05 0 0.09 183.17 0.82 0.5
Hex 17 DC E7 5A 5 0 9 B7 52 32
Octal 27 334 347 132 5 0 11 267 122 62
Binary 10111 11011100 11100111 1011010 101 0 1001 10110111 1010010 110010

Color Harmonies of #17DCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DCE7

Black with #17DCE7

Text Example


Text Example

White with #17DCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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