Html Css Color HEX #23DCD5 Turquoise

📋 copy color: '#23DCD5'

red 35 ◦ green 220 ◦ blue 213

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

Shades of Turquoise #23DCD5

Tints of Turquoise #23DCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 7.48%
G = 47.01%
B = 45.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#23DCD5 (or 0x23DCD5) is known color: Turquoise. HEX triplet: 23, DC and D5. RGB value is (35,220,213). Sum of RGB (Red+Green+Blue) = 35+220+213=468 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.48% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #23DCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DCD5 is #DC232A. Grayscale: #A3A3A3. Windows color (decimal): -14426923 or 14015523. OLE color: 14015523.

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

Color convert

RGB 35 220 213 -
CMYK 0.84 0 0.03 0.14
HSL 177.73º 0.73% 0.5% -
HSV(B) 177.73º 0.84% 0.86% -
XYZ 38.3 56.35 71.81 -
YUV 163.89 155.71 36.07 -
System Red Green Blue C M Y K H S L
Decimal 35 220 213 0.84 0 0.03 0.14 177.73 0.73 0.5
Hex 23 DC D5 54 0 3 E B2 49 32
Octal 43 334 325 124 0 3 16 262 111 62
Binary 100011 11011100 11010101 1010100 0 11 1110 10110010 1001001 110010

Color Harmonies of #23DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DCD5

Black with #23DCD5

Text Example


Text Example

White with #23DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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