Html Css Color HEX #17CADF Dark Turquoise

📋 copy color: '#17CADF'

red 23 ◦ green 202 ◦ blue 223

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

Shades of Dark Turquoise #17CADF

Tints of Dark Turquoise #17CADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 5.13%
G = 45.09%
B = 49.78%

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

#17CADF (or 0x17CADF) is known color: Dark Turquoise. HEX triplet: 17, CA and DF. RGB value is (23,202,223). Sum of RGB (Red+Green+Blue) = 23+202+223=448 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.13% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #17CADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CADF is #E83520. Grayscale: #969696. Windows color (decimal): -15217953 or 14666263. OLE color: 14666263.

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

Color convert

RGB 23 202 223 -
CMYK 0.90 0.09 0 0.13
HSL 186.3º 0.81% 0.48% -
HSV(B) 186.3º 0.9% 0.87% -
XYZ 34.79 47.75 77.2 -
YUV 150.87 168.7 36.79 -
System Red Green Blue C M Y K H S L
Decimal 23 202 223 0.90 0.09 0 0.13 186.3 0.81 0.48
Hex 17 CA DF 5A 9 0 D BA 51 30
Octal 27 312 337 132 11 0 15 272 121 60
Binary 10111 11001010 11011111 1011010 1001 0 1101 10111010 1010001 110000

Color Harmonies of #17CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CADF

Black with #17CADF

Text Example


Text Example

White with #17CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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