Html Css Color HEX #17DFE1 Bright Turquoise

📋 copy color: '#17DFE1'

red 23 ◦ green 223 ◦ blue 225

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

Shades of Bright Turquoise #17DFE1

Tints of Bright Turquoise #17DFE1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.35%

 BLUE value IS 225 (88.28% from 255) = 47.77%

R = 4.88%
G = 47.35%
B = 47.77%

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

#17DFE1 (or 0x17DFE1) is known color: Bright Turquoise. HEX triplet: 17, DF and E1. RGB value is (23,223,225). Sum of RGB (Red+Green+Blue) = 23+223+225=471 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.88% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #17DFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DFE1 is #E8201E. Grayscale: #A3A3A3. Windows color (decimal): -15212575 or 14802711. OLE color: 14802711.

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

Color convert

RGB 23 223 225 -
CMYK 0.90 0.01 0 0.12
HSL 180.59º 0.81% 0.49% -
HSV(B) 180.59º 0.9% 0.88% -
XYZ 40.33 58.39 80.38 -
YUV 163.43 162.74 27.84 -
System Red Green Blue C M Y K H S L
Decimal 23 223 225 0.90 0.01 0 0.12 180.59 0.81 0.49
Hex 17 DF E1 5A 1 0 C B5 51 31
Octal 27 337 341 132 1 0 14 265 121 61
Binary 10111 11011111 11100001 1011010 1 0 1100 10110101 1010001 110001

Color Harmonies of #17DFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DFE1

Black with #17DFE1

Text Example


Text Example

White with #17DFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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