Html Css Color HEX #23DCC6 Turquoise

📋 copy color: '#23DCC6'

red 35 ◦ green 220 ◦ blue 198

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

Shades of Turquoise #23DCC6

Tints of Turquoise #23DCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.57%

 BLUE value IS 198 (77.73% from 255) = 43.71%

R = 7.73%
G = 48.57%
B = 43.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#23DCC6 (or 0x23DCC6) is known color: Turquoise. HEX triplet: 23, DC and C6. RGB value is (35,220,198). Sum of RGB (Red+Green+Blue) = 35+220+198=453 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.73% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #23DCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DCC6 is #DC2339. Grayscale: #A2A2A2. Windows color (decimal): -14426938 or 13032483. OLE color: 13032483.

HSL color Cylindrical-coordinate representation of color #23DCC6: hue angle of 172.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DCC6 is Cyan = 0.84, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 220 198 -
CMYK 0.84 0 0.1 0.14
HSL 172.86º 0.73% 0.5% -
HSV(B) 172.86º 0.84% 0.86% -
XYZ 36.48 55.62 62.24 -
YUV 162.18 148.21 37.29 -
System Red Green Blue C M Y K H S L
Decimal 35 220 198 0.84 0 0.1 0.14 172.86 0.73 0.5
Hex 23 DC C6 54 0 A E AD 49 32
Octal 43 334 306 124 0 12 16 255 111 62
Binary 100011 11011100 11000110 1010100 0 1010 1110 10101101 1001001 110010

Color Harmonies of #23DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DCC6

Black with #23DCC6

Text Example


Text Example

White with #23DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,220,198); }

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

background-color css

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

 a { background-color: rgb(35,220,198); }

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

border-color css

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

 span { border-color: rgb(35,220,198); }

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