Html Css Color HEX #17FBDD Bright Turquoise

📋 copy color: '#17FBDD'

red 23 ◦ green 251 ◦ blue 221

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

Shades of Bright Turquoise #17FBDD

Tints of Bright Turquoise #17FBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.71%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 4.65%
G = 50.71%
B = 44.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#17FBDD (or 0x17FBDD) is known color: Bright Turquoise. HEX triplet: 17, FB and DD. RGB value is (23,251,221). Sum of RGB (Red+Green+Blue) = 23+251+221=495 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.65% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #17FBDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FBDD is #E80422. Grayscale: #B3B3B3. Windows color (decimal): -15205411 or 14547735. OLE color: 14547735.

HSL color Cylindrical-coordinate representation of color #17FBDD: hue angle of 172.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FBDD is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 23 251 221 -
CMYK 0.91 0 0.12 0.02
HSL 172.11º 0.97% 0.54% -
HSV(B) 172.11º 0.91% 0.98% -
XYZ 47.9 74.4 80.24 -
YUV 179.41 151.46 16.44 -
System Red Green Blue C M Y K H S L
Decimal 23 251 221 0.91 0 0.12 0.02 172.11 0.97 0.54
Hex 17 FB DD 5B 0 C 2 AC 61 36
Octal 27 373 335 133 0 14 2 254 141 66
Binary 10111 11111011 11011101 1011011 0 1100 10 10101100 1100001 110110

Color Harmonies of #17FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17FBDD

Black with #17FBDD

Text Example


Text Example

White with #17FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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