Html Css Color HEX #23CDDF Dark Turquoise

📋 copy color: '#23CDDF'

red 35 ◦ green 205 ◦ blue 223

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

Shades of Dark Turquoise #23CDDF

Tints of Dark Turquoise #23CDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 7.56%
G = 44.28%
B = 48.16%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#23CDDF (or 0x23CDDF) is known color: Dark Turquoise. HEX triplet: 23, CD and DF. RGB value is (35,205,223). Sum of RGB (Red+Green+Blue) = 35+205+223=463 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.56% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #23CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CDDF is #DC3220. Grayscale: #9B9B9B. Windows color (decimal): -14430753 or 14667043. OLE color: 14667043.

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

Color convert

RGB 35 205 223 -
CMYK 0.84 0.08 0 0.13
HSL 185.74º 0.75% 0.51% -
HSV(B) 185.74º 0.84% 0.87% -
XYZ 35.84 49.35 77.45 -
YUV 156.22 165.68 41.54 -
System Red Green Blue C M Y K H S L
Decimal 35 205 223 0.84 0.08 0 0.13 185.74 0.75 0.51
Hex 23 CD DF 54 8 0 D BA 4B 33
Octal 43 315 337 124 10 0 15 272 113 63
Binary 100011 11001101 11011111 1010100 1000 0 1101 10111010 1001011 110011

Color Harmonies of #23CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CDDF

Black with #23CDDF

Text Example


Text Example

White with #23CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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