Html Css Color HEX #23DACE Turquoise

📋 copy color: '#23DACE'

red 35 ◦ green 218 ◦ blue 206

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

Shades of Turquoise #23DACE

Tints of Turquoise #23DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 7.63%
G = 47.49%
B = 44.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#23DACE (or 0x23DACE) is known color: Turquoise. HEX triplet: 23, DA and CE. RGB value is (35,218,206). Sum of RGB (Red+Green+Blue) = 35+218+206=459 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.63% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #23DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DACE is #DC2531. Grayscale: #A1A1A1. Windows color (decimal): -14427442 or 13556259. OLE color: 13556259.

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

Color convert

RGB 35 218 206 -
CMYK 0.84 0 0.06 0.15
HSL 176.07º 0.72% 0.5% -
HSV(B) 176.07º 0.84% 0.85% -
XYZ 36.91 54.96 67.06 -
YUV 161.92 152.87 37.48 -
System Red Green Blue C M Y K H S L
Decimal 35 218 206 0.84 0 0.06 0.15 176.07 0.72 0.5
Hex 23 DA CE 54 0 6 F B0 48 32
Octal 43 332 316 124 0 6 17 260 110 62
Binary 100011 11011010 11001110 1010100 0 110 1111 10110000 1001000 110010

Color Harmonies of #23DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DACE

Black with #23DACE

Text Example


Text Example

White with #23DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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