Html Css Color HEX #17DDE0 Bright Turquoise

📋 copy color: '#17DDE0'

red 23 ◦ green 221 ◦ blue 224

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

Shades of Bright Turquoise #17DDE0

Tints of Bright Turquoise #17DDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 4.91%
G = 47.22%
B = 47.86%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#17DDE0 (or 0x17DDE0) is known color: Bright Turquoise. HEX triplet: 17, DD and E0. RGB value is (23,221,224). Sum of RGB (Red+Green+Blue) = 23+221+224=468 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.91% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #17DDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DDE0 is #E8221F. Grayscale: #A1A1A1. Windows color (decimal): -15213088 or 14736663. OLE color: 14736663.

HSL color Cylindrical-coordinate representation of color #17DDE0: hue angle of 180.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DDE0 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 221 224 -
CMYK 0.90 0.01 0 0.12
HSL 180.9º 0.81% 0.48% -
HSV(B) 180.9º 0.9% 0.88% -
XYZ 39.66 57.28 79.49 -
YUV 162.14 162.9 28.76 -
System Red Green Blue C M Y K H S L
Decimal 23 221 224 0.90 0.01 0 0.12 180.9 0.81 0.48
Hex 17 DD E0 5A 1 0 C B5 51 30
Octal 27 335 340 132 1 0 14 265 121 60
Binary 10111 11011101 11100000 1011010 1 0 1100 10110101 1010001 110000

Color Harmonies of #17DDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DDE0

Black with #17DDE0

Text Example


Text Example

White with #17DDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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