Html Css Color HEX #17CADE Dark Turquoise

📋 copy color: '#17CADE'

red 23 ◦ green 202 ◦ blue 222

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

Shades of Dark Turquoise #17CADE

Tints of Dark Turquoise #17CADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.19%

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 5.15%
G = 45.19%
B = 49.66%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#17CADE (or 0x17CADE) is known color: Dark Turquoise. HEX triplet: 17, CA and DE. RGB value is (23,202,222). Sum of RGB (Red+Green+Blue) = 23+202+222=447 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.15% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #17CADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CADE is #E83521. Grayscale: #969696. Windows color (decimal): -15217954 or 14600727. OLE color: 14600727.

HSL color Cylindrical-coordinate representation of color #17CADE: hue angle of 186.03º 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 #17CADE is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 202 222 -
CMYK 0.90 0.09 0 0.13
HSL 186.03º 0.81% 0.48% -
HSV(B) 186.03º 0.9% 0.87% -
XYZ 34.66 47.7 76.49 -
YUV 150.76 168.2 36.87 -
System Red Green Blue C M Y K H S L
Decimal 23 202 222 0.90 0.09 0 0.13 186.03 0.81 0.48
Hex 17 CA DE 5A 9 0 D BA 51 30
Octal 27 312 336 132 11 0 15 272 121 60
Binary 10111 11001010 11011110 1011010 1001 0 1101 10111010 1010001 110000

Color Harmonies of #17CADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CADE

Black with #17CADE

Text Example


Text Example

White with #17CADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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