Html Css Color HEX #23DEB9 Turquoise

📋 copy color: '#23DEB9'

red 35 ◦ green 222 ◦ blue 185

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

Shades of Turquoise #23DEB9

Tints of Turquoise #23DEB9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.23%

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 7.92%
G = 50.23%
B = 41.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#23DEB9 (or 0x23DEB9) is known color: Turquoise. HEX triplet: 23, DE and B9. RGB value is (35,222,185). Sum of RGB (Red+Green+Blue) = 35+222+185=442 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.92% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #23DEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DEB9 is #DC2146. Grayscale: #A1A1A1. Windows color (decimal): -14426439 or 12181027. OLE color: 12181027.

HSL color Cylindrical-coordinate representation of color #23DEB9: hue angle of 168.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DEB9 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 222 185 -
CMYK 0.84 0 0.17 0.13
HSL 168.13º 0.74% 0.5% -
HSV(B) 168.13º 0.84% 0.87% -
XYZ 35.57 56.1 54.85 -
YUV 161.87 141.05 37.51 -
System Red Green Blue C M Y K H S L
Decimal 35 222 185 0.84 0 0.17 0.13 168.13 0.74 0.5
Hex 23 DE B9 54 0 11 D A8 4A 32
Octal 43 336 271 124 0 21 15 250 112 62
Binary 100011 11011110 10111001 1010100 0 10001 1101 10101000 1001010 110010

Color Harmonies of #23DEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DEB9

Black with #23DEB9

Text Example


Text Example

White with #23DEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,222,185); }

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

background-color css

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

 a { background-color: rgb(35,222,185); }

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

border-color css

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

 span { border-color: rgb(35,222,185); }

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