Html Css Color HEX #23CDDD Dark Turquoise

📋 copy color: '#23CDDD'

red 35 ◦ green 205 ◦ blue 221

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

Shades of Dark Turquoise #23CDDD

Tints of Dark Turquoise #23CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 7.59%
G = 44.47%
B = 47.94%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#23CDDD (or 0x23CDDD) is known color: Dark Turquoise. HEX triplet: 23, CD and DD. RGB value is (35,205,221). Sum of RGB (Red+Green+Blue) = 35+205+221=461 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.59% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #23CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CDDD is #DC3222. Grayscale: #9B9B9B. Windows color (decimal): -14430755 or 14535971. OLE color: 14535971.

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

Color convert

RGB 35 205 221 -
CMYK 0.84 0.07 0 0.13
HSL 185.16º 0.73% 0.5% -
HSV(B) 185.16º 0.84% 0.87% -
XYZ 35.58 49.24 76.04 -
YUV 155.99 164.68 41.7 -
System Red Green Blue C M Y K H S L
Decimal 35 205 221 0.84 0.07 0 0.13 185.16 0.73 0.5
Hex 23 CD DD 54 7 0 D B9 49 32
Octal 43 315 335 124 7 0 15 271 111 62
Binary 100011 11001101 11011101 1010100 111 0 1101 10111001 1001001 110010

Color Harmonies of #23CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CDDD

Black with #23CDDD

Text Example


Text Example

White with #23CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,205,221); }

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

background-color css

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

 a { background-color: rgb(35,205,221); }

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

border-color css

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

 span { border-color: rgb(35,205,221); }

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