Html Css Color HEX #23D8CB Turquoise

📋 copy color: '#23D8CB'

red 35 ◦ green 216 ◦ blue 203

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

Shades of Turquoise #23D8CB

Tints of Turquoise #23D8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.58%

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 7.71%
G = 47.58%
B = 44.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#23D8CB (or 0x23D8CB) is known color: Turquoise. HEX triplet: 23, D8 and CB. RGB value is (35,216,203). Sum of RGB (Red+Green+Blue) = 35+216+203=454 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.71% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #23D8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D8CB is #DC2734. Grayscale: #A0A0A0. Windows color (decimal): -14427957 or 13359139. OLE color: 13359139.

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

Color convert

RGB 35 216 203 -
CMYK 0.84 0 0.06 0.15
HSL 175.69º 0.72% 0.49% -
HSV(B) 175.69º 0.84% 0.85% -
XYZ 36.03 53.78 64.98 -
YUV 160.4 152.03 38.56 -
System Red Green Blue C M Y K H S L
Decimal 35 216 203 0.84 0 0.06 0.15 175.69 0.72 0.49
Hex 23 D8 CB 54 0 6 F B0 48 31
Octal 43 330 313 124 0 6 17 260 110 61
Binary 100011 11011000 11001011 1010100 0 110 1111 10110000 1001000 110001

Color Harmonies of #23D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D8CB

Black with #23D8CB

Text Example


Text Example

White with #23D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,216,203); }

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

background-color css

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

 a { background-color: rgb(35,216,203); }

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

border-color css

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

 span { border-color: rgb(35,216,203); }

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