Html Css Color HEX #17DDEA Bright Turquoise

📋 copy color: '#17DDEA'

red 23 ◦ green 221 ◦ blue 234

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

Shades of Bright Turquoise #17DDEA

Tints of Bright Turquoise #17DDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 4.81%
G = 46.23%
B = 48.95%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#17DDEA (or 0x17DDEA) is known color: Bright Turquoise. HEX triplet: 17, DD and EA. RGB value is (23,221,234). Sum of RGB (Red+Green+Blue) = 23+221+234=478 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.81% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #17DDEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DDEA is #E82215. Grayscale: #A3A3A3. Windows color (decimal): -15213078 or 15392023. OLE color: 15392023.

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

Color convert

RGB 23 221 234 -
CMYK 0.90 0.06 0 0.08
HSL 183.7º 0.83% 0.5% -
HSV(B) 183.7º 0.9% 0.92% -
XYZ 41.06 57.84 86.84 -
YUV 163.28 167.9 27.94 -
System Red Green Blue C M Y K H S L
Decimal 23 221 234 0.90 0.06 0 0.08 183.7 0.83 0.5
Hex 17 DD EA 5A 6 0 8 B8 53 32
Octal 27 335 352 132 6 0 10 270 123 62
Binary 10111 11011101 11101010 1011010 110 0 1000 10111000 1010011 110010

Color Harmonies of #17DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DDEA

Black with #17DDEA

Text Example


Text Example

White with #17DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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