Html Css Color HEX #17EFCB Bright Turquoise

📋 copy color: '#17EFCB'

red 23 ◦ green 239 ◦ blue 203

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

Shades of Bright Turquoise #17EFCB

Tints of Bright Turquoise #17EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.4%

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 4.95%
G = 51.4%
B = 43.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#17EFCB (or 0x17EFCB) is known color: Bright Turquoise. HEX triplet: 17, EF and CB. RGB value is (23,239,203). Sum of RGB (Red+Green+Blue) = 23+239+203=465 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.95% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #17EFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EFCB is #E81034. Grayscale: #AAAAAA. Windows color (decimal): -15208501 or 13365015. OLE color: 13365015.

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

Color convert

RGB 23 239 203 -
CMYK 0.90 0 0.15 0.06
HSL 170º 0.87% 0.51% -
HSV(B) 170º 0.9% 0.94% -
XYZ 42 66.23 67.07 -
YUV 170.31 146.44 22.93 -
System Red Green Blue C M Y K H S L
Decimal 23 239 203 0.90 0 0.15 0.06 170 0.87 0.51
Hex 17 EF CB 5A 0 F 6 AA 57 33
Octal 27 357 313 132 0 17 6 252 127 63
Binary 10111 11101111 11001011 1011010 0 1111 110 10101010 1010111 110011

Color Harmonies of #17EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EFCB

Black with #17EFCB

Text Example


Text Example

White with #17EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,239,203); }

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

background-color css

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

 a { background-color: rgb(23,239,203); }

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

border-color css

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

 span { border-color: rgb(23,239,203); }

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