Html Css Color HEX #23DABA Turquoise

📋 copy color: '#23DABA'

red 35 ◦ green 218 ◦ blue 186

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

Shades of Turquoise #23DABA

Tints of Turquoise #23DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.66%

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 7.97%
G = 49.66%
B = 42.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#23DABA (or 0x23DABA) is known color: Turquoise. HEX triplet: 23, DA and BA. RGB value is (35,218,186). Sum of RGB (Red+Green+Blue) = 35+218+186=439 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.97% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #23DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DABA is #DC2545. Grayscale: #9F9F9F. Windows color (decimal): -14427462 or 12245539. OLE color: 12245539.

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

Color convert

RGB 35 218 186 -
CMYK 0.84 0 0.15 0.15
HSL 169.51º 0.72% 0.5% -
HSV(B) 169.51º 0.84% 0.85% -
XYZ 34.63 54.05 55.06 -
YUV 159.64 142.87 39.1 -
System Red Green Blue C M Y K H S L
Decimal 35 218 186 0.84 0 0.15 0.15 169.51 0.72 0.5
Hex 23 DA BA 54 0 F F AA 48 32
Octal 43 332 272 124 0 17 17 252 110 62
Binary 100011 11011010 10111010 1010100 0 1111 1111 10101010 1001000 110010

Color Harmonies of #23DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DABA

Black with #23DABA

Text Example


Text Example

White with #23DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,218,186); }

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

background-color css

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

 a { background-color: rgb(35,218,186); }

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

border-color css

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

 span { border-color: rgb(35,218,186); }

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