Html Css Color HEX #23DCC2 Turquoise

📋 copy color: '#23DCC2'

red 35 ◦ green 220 ◦ blue 194

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

Shades of Turquoise #23DCC2

Tints of Turquoise #23DCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.21%

R = 7.8%
G = 49%
B = 43.21%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#23DCC2 (or 0x23DCC2) is known color: Turquoise. HEX triplet: 23, DC and C2. RGB value is (35,220,194). Sum of RGB (Red+Green+Blue) = 35+220+194=449 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.80% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #23DCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DCC2 is #DC233D. Grayscale: #A1A1A1. Windows color (decimal): -14426942 or 12770339. OLE color: 12770339.

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

Color convert

RGB 35 220 194 -
CMYK 0.84 0 0.12 0.14
HSL 171.57º 0.73% 0.5% -
HSV(B) 171.57º 0.84% 0.86% -
XYZ 36.02 55.44 59.84 -
YUV 161.72 146.21 37.61 -
System Red Green Blue C M Y K H S L
Decimal 35 220 194 0.84 0 0.12 0.14 171.57 0.73 0.5
Hex 23 DC C2 54 0 C E AC 49 32
Octal 43 334 302 124 0 14 16 254 111 62
Binary 100011 11011100 11000010 1010100 0 1100 1110 10101100 1001001 110010

Color Harmonies of #23DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DCC2

Black with #23DCC2

Text Example


Text Example

White with #23DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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