Html Css Color HEX #23D9BA Turquoise

📋 copy color: '#23D9BA'

red 35 ◦ green 217 ◦ blue 186

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

Shades of Turquoise #23D9BA

Tints of Turquoise #23D9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.54%

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

R = 7.99%
G = 49.54%
B = 42.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#23D9BA (or 0x23D9BA) is known color: Turquoise. HEX triplet: 23, D9 and BA. RGB value is (35,217,186). Sum of RGB (Red+Green+Blue) = 35+217+186=438 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.99% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #23D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D9BA is #DC2645. Grayscale: #9E9E9E. Windows color (decimal): -14427718 or 12245283. OLE color: 12245283.

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

Color convert

RGB 35 217 186 -
CMYK 0.84 0 0.14 0.15
HSL 169.78º 0.72% 0.49% -
HSV(B) 169.78º 0.84% 0.85% -
XYZ 34.37 53.53 54.97 -
YUV 159.05 143.2 39.52 -
System Red Green Blue C M Y K H S L
Decimal 35 217 186 0.84 0 0.14 0.15 169.78 0.72 0.49
Hex 23 D9 BA 54 0 E F AA 48 31
Octal 43 331 272 124 0 16 17 252 110 61
Binary 100011 11011001 10111010 1010100 0 1110 1111 10101010 1001000 110001

Color Harmonies of #23D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D9BA

Black with #23D9BA

Text Example


Text Example

White with #23D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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