Html Css Color HEX #23DDB7 Turquoise

📋 copy color: '#23DDB7'

red 35 ◦ green 221 ◦ blue 183

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

Shades of Turquoise #23DDB7

Tints of Turquoise #23DDB7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.34%

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

R = 7.97%
G = 50.34%
B = 41.69%

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

#23DDB7 (or 0x23DDB7) is known color: Turquoise. HEX triplet: 23, DD and B7. RGB value is (35,221,183). Sum of RGB (Red+Green+Blue) = 35+221+183=439 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.97% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #23DDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DDB7 is #DC2248. Grayscale: #A1A1A1. Windows color (decimal): -14426697 or 12049699. OLE color: 12049699.

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

Color convert

RGB 35 221 183 -
CMYK 0.84 0 0.17 0.13
HSL 167.74º 0.73% 0.5% -
HSV(B) 167.74º 0.84% 0.87% -
XYZ 35.1 55.49 53.66 -
YUV 161.05 140.38 38.09 -
System Red Green Blue C M Y K H S L
Decimal 35 221 183 0.84 0 0.17 0.13 167.74 0.73 0.5
Hex 23 DD B7 54 0 11 D A8 49 32
Octal 43 335 267 124 0 21 15 250 111 62
Binary 100011 11011101 10110111 1010100 0 10001 1101 10101000 1001001 110010

Color Harmonies of #23DDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DDB7

Black with #23DDB7

Text Example


Text Example

White with #23DDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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