Html Css Color HEX #23E5C8 Turquoise

📋 copy color: '#23E5C8'

red 35 ◦ green 229 ◦ blue 200

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

Shades of Turquoise #23E5C8

Tints of Turquoise #23E5C8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.35%

 BLUE value IS 200 (78.52% from 255) = 43.1%

R = 7.54%
G = 49.35%
B = 43.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#23E5C8 (or 0x23E5C8) is known color: Turquoise. HEX triplet: 23, E5 and C8. RGB value is (35,229,200). Sum of RGB (Red+Green+Blue) = 35+229+200=464 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.54% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #23E5C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E5C8 is #DC1A37. Grayscale: #A7A7A7. Windows color (decimal): -14424632 or 13165859. OLE color: 13165859.

HSL color Cylindrical-coordinate representation of color #23E5C8: hue angle of 171.03º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E5C8 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 35 229 200 -
CMYK 0.85 0 0.13 0.10
HSL 171.03º 0.79% 0.52% -
HSV(B) 171.03º 0.85% 0.9% -
XYZ 39.14 60.57 64.27 -
YUV 167.69 146.23 33.36 -
System Red Green Blue C M Y K H S L
Decimal 35 229 200 0.85 0 0.13 0.10 171.03 0.79 0.52
Hex 23 E5 C8 55 0 D A AB 4F 34
Octal 43 345 310 125 0 15 12 253 117 64
Binary 100011 11100101 11001000 1010101 0 1101 1010 10101011 1001111 110100

Color Harmonies of #23E5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23E5C8

Black with #23E5C8

Text Example


Text Example

White with #23E5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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