Html Css Color HEX #23E6CD Turquoise

📋 copy color: '#23E6CD'

red 35 ◦ green 230 ◦ blue 205

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

Shades of Turquoise #23E6CD

Tints of Turquoise #23E6CD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.94%

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 7.45%
G = 48.94%
B = 43.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#23E6CD (or 0x23E6CD) is known color: Turquoise. HEX triplet: 23, E6 and CD. RGB value is (35,230,205). Sum of RGB (Red+Green+Blue) = 35+230+205=470 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.45% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #23E6CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23E6CD is #DC1932. Grayscale: #A8A8A8. Windows color (decimal): -14424371 or 13493795. OLE color: 13493795.

HSL color Cylindrical-coordinate representation of color #23E6CD: hue angle of 172.31º degrees, saturation: 0.8, 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 #23E6CD is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 35 230 205 -
CMYK 0.85 0 0.11 0.10
HSL 172.31º 0.8% 0.52% -
HSV(B) 172.31º 0.85% 0.9% -
XYZ 40.01 61.36 67.49 -
YUV 168.85 148.4 32.53 -
System Red Green Blue C M Y K H S L
Decimal 35 230 205 0.85 0 0.11 0.10 172.31 0.8 0.52
Hex 23 E6 CD 55 0 B A AC 50 34
Octal 43 346 315 125 0 13 12 254 120 64
Binary 100011 11100110 11001101 1010101 0 1011 1010 10101100 1010000 110100

Color Harmonies of #23E6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23E6CD

Black with #23E6CD

Text Example


Text Example

White with #23E6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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