Html Css Color HEX #23DFBB Turquoise

📋 copy color: '#23DFBB'

red 35 ◦ green 223 ◦ blue 187

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

Shades of Turquoise #23DFBB

Tints of Turquoise #23DFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.11%

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 7.87%
G = 50.11%
B = 42.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#23DFBB (or 0x23DFBB) is known color: Turquoise. HEX triplet: 23, DF and BB. RGB value is (35,223,187). Sum of RGB (Red+Green+Blue) = 35+223+187=445 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.87% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #23DFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DFBB is #DC2044. Grayscale: #A2A2A2. Windows color (decimal): -14426181 or 12312355. OLE color: 12312355.

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

Color convert

RGB 35 223 187 -
CMYK 0.84 0 0.16 0.13
HSL 168.51º 0.75% 0.51% -
HSV(B) 168.51º 0.84% 0.87% -
XYZ 36.05 56.72 56.06 -
YUV 162.68 141.72 36.93 -
System Red Green Blue C M Y K H S L
Decimal 35 223 187 0.84 0 0.16 0.13 168.51 0.75 0.51
Hex 23 DF BB 54 0 10 D A9 4B 33
Octal 43 337 273 124 0 20 15 251 113 63
Binary 100011 11011111 10111011 1010100 0 10000 1101 10101001 1001011 110011

Color Harmonies of #23DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DFBB

Black with #23DFBB

Text Example


Text Example

White with #23DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,223,187); }

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

background-color css

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

 a { background-color: rgb(35,223,187); }

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

border-color css

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

 span { border-color: rgb(35,223,187); }

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