Html Css Color HEX #23EBCD Turquoise

📋 copy color: '#23EBCD'

red 35 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #23EBCD

Tints of Turquoise #23EBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.47%

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

R = 7.37%
G = 49.47%
B = 43.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#23EBCD (or 0x23EBCD) is known color: Turquoise. HEX triplet: 23, EB and CD. RGB value is (35,235,205). Sum of RGB (Red+Green+Blue) = 35+235+205=475 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.37% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #23EBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EBCD is #DC1432. Grayscale: #ABABAB. Windows color (decimal): -14423091 or 13495075. OLE color: 13495075.

HSL color Cylindrical-coordinate representation of color #23EBCD: hue angle of 171º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EBCD is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 235 205 -
CMYK 0.85 0 0.13 0.08
HSL 171º 0.83% 0.53% -
HSV(B) 171º 0.85% 0.92% -
XYZ 41.42 64.18 67.96 -
YUV 171.78 146.74 30.44 -
System Red Green Blue C M Y K H S L
Decimal 35 235 205 0.85 0 0.13 0.08 171 0.83 0.53
Hex 23 EB CD 55 0 D 8 AB 53 35
Octal 43 353 315 125 0 15 10 253 123 65
Binary 100011 11101011 11001101 1010101 0 1101 1000 10101011 1010011 110101

Color Harmonies of #23EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EBCD

Black with #23EBCD

Text Example


Text Example

White with #23EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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