Html Css Color HEX #23DFB7 Turquoise

📋 copy color: '#23DFB7'

red 35 ◦ green 223 ◦ blue 183

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

Shades of Turquoise #23DFB7

Tints of Turquoise #23DFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 7.94%
G = 50.57%
B = 41.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#23DFB7 (or 0x23DFB7) is known color: Turquoise. HEX triplet: 23, DF and B7. RGB value is (35,223,183). Sum of RGB (Red+Green+Blue) = 35+223+183=441 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.94% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #23DFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DFB7 is #DC2048. Grayscale: #A2A2A2. Windows color (decimal): -14426185 or 12050211. OLE color: 12050211.

HSL color Cylindrical-coordinate representation of color #23DFB7: hue angle of 167.23º 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 #23DFB7 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 223 183 -
CMYK 0.84 0 0.18 0.13
HSL 167.23º 0.75% 0.51% -
HSV(B) 167.23º 0.84% 0.87% -
XYZ 35.63 56.55 53.84 -
YUV 162.23 139.72 37.25 -
System Red Green Blue C M Y K H S L
Decimal 35 223 183 0.84 0 0.18 0.13 167.23 0.75 0.51
Hex 23 DF B7 54 0 12 D A7 4B 33
Octal 43 337 267 124 0 22 15 247 113 63
Binary 100011 11011111 10110111 1010100 0 10010 1101 10100111 1001011 110011

Color Harmonies of #23DFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DFB7

Black with #23DFB7

Text Example


Text Example

White with #23DFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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