Html Css Color HEX #23DAC7 Turquoise

📋 copy color: '#23DAC7'

red 35 ◦ green 218 ◦ blue 199

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

Shades of Turquoise #23DAC7

Tints of Turquoise #23DAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.23%

 BLUE value IS 199 (78.13% from 255) = 44.03%

R = 7.74%
G = 48.23%
B = 44.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#23DAC7 (or 0x23DAC7) is known color: Turquoise. HEX triplet: 23, DA and C7. RGB value is (35,218,199). Sum of RGB (Red+Green+Blue) = 35+218+199=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #23DAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DAC7 is #DC2538. Grayscale: #A1A1A1. Windows color (decimal): -14427449 or 13097507. OLE color: 13097507.

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

Color convert

RGB 35 218 199 -
CMYK 0.84 0 0.09 0.15
HSL 173.77º 0.72% 0.5% -
HSV(B) 173.77º 0.84% 0.85% -
XYZ 36.07 54.62 62.67 -
YUV 161.12 149.37 38.04 -
System Red Green Blue C M Y K H S L
Decimal 35 218 199 0.84 0 0.09 0.15 173.77 0.72 0.5
Hex 23 DA C7 54 0 9 F AE 48 32
Octal 43 332 307 124 0 11 17 256 110 62
Binary 100011 11011010 11000111 1010100 0 1001 1111 10101110 1001000 110010

Color Harmonies of #23DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DAC7

Black with #23DAC7

Text Example


Text Example

White with #23DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,218,199); }

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

background-color css

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

 a { background-color: rgb(35,218,199); }

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

border-color css

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

 span { border-color: rgb(35,218,199); }

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