Html Css Color HEX #23C8D7 Dark Turquoise

📋 copy color: '#23C8D7'

red 35 ◦ green 200 ◦ blue 215

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

Shades of Dark Turquoise #23C8D7

Tints of Dark Turquoise #23C8D7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.44%

 BLUE value IS 215 (84.38% from 255) = 47.78%

R = 7.78%
G = 44.44%
B = 47.78%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#23C8D7 (or 0x23C8D7) is known color: Dark Turquoise. HEX triplet: 23, C8 and D7. RGB value is (35,200,215). Sum of RGB (Red+Green+Blue) = 35+200+215=450 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.78% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #23C8D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C8D7 is #DC3728. Grayscale: #989898. Windows color (decimal): -14432041 or 14141475. OLE color: 14141475.

HSL color Cylindrical-coordinate representation of color #23C8D7: hue angle of 185º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23C8D7 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 200 215 -
CMYK 0.84 0.07 0 0.16
HSL 185º 0.72% 0.49% -
HSV(B) 185º 0.84% 0.84% -
XYZ 33.61 46.57 71.51 -
YUV 152.38 163.34 44.28 -
System Red Green Blue C M Y K H S L
Decimal 35 200 215 0.84 0.07 0 0.16 185 0.72 0.49
Hex 23 C8 D7 54 7 0 10 B9 48 31
Octal 43 310 327 124 7 0 20 271 110 61
Binary 100011 11001000 11010111 1010100 111 0 10000 10111001 1001000 110001

Color Harmonies of #23C8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C8D7

Black with #23C8D7

Text Example


Text Example

White with #23C8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,200,215); }

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

background-color css

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

 a { background-color: rgb(35,200,215); }

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

border-color css

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

 span { border-color: rgb(35,200,215); }

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