Html Css Color HEX #23DCBE Turquoise

📋 copy color: '#23DCBE'

red 35 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #23DCBE

Tints of Turquoise #23DCBE

RGB

 RED value IS 35 (14.06% from 255) = 7.87%

 GREEN value IS 220 (86.33% from 255) = 49.44%

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 7.87%
G = 49.44%
B = 42.7%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#23DCBE (or 0x23DCBE) is known color: Turquoise. HEX triplet: 23, DC and BE. RGB value is (35,220,190). Sum of RGB (Red+Green+Blue) = 35+220+190=445 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.87% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #23DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DCBE is #DC2341. Grayscale: #A1A1A1. Windows color (decimal): -14426946 or 12508195. OLE color: 12508195.

HSL color Cylindrical-coordinate representation of color #23DCBE: hue angle of 170.27º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DCBE is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 220 190 -
CMYK 0.84 0 0.14 0.14
HSL 170.27º 0.73% 0.5% -
HSV(B) 170.27º 0.84% 0.86% -
XYZ 35.58 55.26 57.51 -
YUV 161.27 144.21 37.94 -
System Red Green Blue C M Y K H S L
Decimal 35 220 190 0.84 0 0.14 0.14 170.27 0.73 0.5
Hex 23 DC BE 54 0 E E AA 49 32
Octal 43 334 276 124 0 16 16 252 111 62
Binary 100011 11011100 10111110 1010100 0 1110 1110 10101010 1001001 110010

Color Harmonies of #23DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DCBE

Black with #23DCBE

Text Example


Text Example

White with #23DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23DCBE; }

 p { color: rgb(35,220,190); }

 H1.HeaderClassName
 {
   color: #23DCBE;
 }
 .AnyTagClassName
 {
   color: #23DCBE;
 }
</style>

background-color css

<style>
 a { background-color: #23DCBE; }

 a { background-color: rgb(35,220,190); }

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

border-color css

<style>
 span { border-color: #23DCBE; }

 span { border-color: rgb(35,220,190); }

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