Html Css Color HEX #17DEDA Bright Turquoise

📋 copy color: '#17DEDA'

red 23 ◦ green 222 ◦ blue 218

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

Shades of Bright Turquoise #17DEDA

Tints of Bright Turquoise #17DEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.95%

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 4.97%
G = 47.95%
B = 47.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#17DEDA (or 0x17DEDA) is known color: Bright Turquoise. HEX triplet: 17, DE and DA. RGB value is (23,222,218). Sum of RGB (Red+Green+Blue) = 23+222+218=463 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.97% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #17DEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DEDA is #E82125. Grayscale: #A1A1A1. Windows color (decimal): -15212838 or 14343703. OLE color: 14343703.

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

Color convert

RGB 23 222 218 -
CMYK 0.90 0 0.02 0.13
HSL 178.79º 0.81% 0.48% -
HSV(B) 178.79º 0.9% 0.87% -
XYZ 39.13 57.49 75.36 -
YUV 162.04 159.57 28.83 -
System Red Green Blue C M Y K H S L
Decimal 23 222 218 0.90 0 0.02 0.13 178.79 0.81 0.48
Hex 17 DE DA 5A 0 2 D B3 51 30
Octal 27 336 332 132 0 2 15 263 121 60
Binary 10111 11011110 11011010 1011010 0 10 1101 10110011 1010001 110000

Color Harmonies of #17DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DEDA

Black with #17DEDA

Text Example


Text Example

White with #17DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,222,218); }

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

background-color css

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

 a { background-color: rgb(23,222,218); }

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

border-color css

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

 span { border-color: rgb(23,222,218); }

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