Html Css Color HEX #17DDED Bright Turquoise

📋 copy color: '#17DDED'

red 23 ◦ green 221 ◦ blue 237

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

Shades of Bright Turquoise #17DDED

Tints of Bright Turquoise #17DDED

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.95%

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 4.78%
G = 45.95%
B = 49.27%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#17DDED (or 0x17DDED) is known color: Bright Turquoise. HEX triplet: 17, DD and ED. RGB value is (23,221,237). Sum of RGB (Red+Green+Blue) = 23+221+237=481 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.78% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #17DDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DDED is #E82212. Grayscale: #A3A3A3. Windows color (decimal): -15213075 or 15588631. OLE color: 15588631.

HSL color Cylindrical-coordinate representation of color #17DDED: hue angle of 184.49º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DDED is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 221 237 -
CMYK 0.90 0.07 0 0.07
HSL 184.49º 0.86% 0.51% -
HSV(B) 184.49º 0.9% 0.93% -
XYZ 41.5 58.01 89.13 -
YUV 163.62 169.4 27.7 -
System Red Green Blue C M Y K H S L
Decimal 23 221 237 0.90 0.07 0 0.07 184.49 0.86 0.51
Hex 17 DD ED 5A 7 0 7 B8 56 33
Octal 27 335 355 132 7 0 7 270 126 63
Binary 10111 11011101 11101101 1011010 111 0 111 10111000 1010110 110011

Color Harmonies of #17DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DDED

Black with #17DDED

Text Example


Text Example

White with #17DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,221,237); }

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

background-color css

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

 a { background-color: rgb(23,221,237); }

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

border-color css

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

 span { border-color: rgb(23,221,237); }

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