Html Css Color HEX #17F0ED Bright Turquoise

📋 copy color: '#17F0ED'

red 23 ◦ green 240 ◦ blue 237

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

Shades of Bright Turquoise #17F0ED

Tints of Bright Turquoise #17F0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48%

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 4.6%
G = 48%
B = 47.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#17F0ED (or 0x17F0ED) is known color: Bright Turquoise. HEX triplet: 17, F0 and ED. RGB value is (23,240,237). Sum of RGB (Red+Green+Blue) = 23+240+237=500 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #17F0ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F0ED is #E80F12. Grayscale: #AEAEAE. Windows color (decimal): -15208211 or 15593495. OLE color: 15593495.

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

Color convert

RGB 23 240 237 -
CMYK 0.90 0 0.01 0.06
HSL 179.17º 0.88% 0.52% -
HSV(B) 179.17º 0.9% 0.94% -
XYZ 46.8 68.62 90.9 -
YUV 174.78 163.11 19.74 -
System Red Green Blue C M Y K H S L
Decimal 23 240 237 0.90 0 0.01 0.06 179.17 0.88 0.52
Hex 17 F0 ED 5A 0 1 6 B3 58 34
Octal 27 360 355 132 0 1 6 263 130 64
Binary 10111 11110000 11101101 1011010 0 1 110 10110011 1011000 110100

Color Harmonies of #17F0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17F0ED

Black with #17F0ED

Text Example


Text Example

White with #17F0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,240,237); }

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

background-color css

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

 a { background-color: rgb(23,240,237); }

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

border-color css

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

 span { border-color: rgb(23,240,237); }

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