Html Css Color HEX #23EDCE Turquoise

📋 copy color: '#23EDCE'

red 35 ◦ green 237 ◦ blue 206

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

Shades of Turquoise #23EDCE

Tints of Turquoise #23EDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.58%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 7.32%
G = 49.58%
B = 43.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#23EDCE (or 0x23EDCE) is known color: Turquoise. HEX triplet: 23, ED and CE. RGB value is (35,237,206). Sum of RGB (Red+Green+Blue) = 35+237+206=478 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.32% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDCE is #DC1231. Grayscale: #ACACAC. Windows color (decimal): -14422578 or 13561123. OLE color: 13561123.

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

Color convert

RGB 35 237 206 -
CMYK 0.85 0 0.13 0.07
HSL 170.79º 0.85% 0.53% -
HSV(B) 170.79º 0.85% 0.93% -
XYZ 42.12 65.38 68.79 -
YUV 173.07 146.58 29.52 -
System Red Green Blue C M Y K H S L
Decimal 35 237 206 0.85 0 0.13 0.07 170.79 0.85 0.53
Hex 23 ED CE 55 0 D 7 AB 55 35
Octal 43 355 316 125 0 15 7 253 125 65
Binary 100011 11101101 11001110 1010101 0 1101 111 10101011 1010101 110101

Color Harmonies of #23EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EDCE

Black with #23EDCE

Text Example


Text Example

White with #23EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,237,206); }

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

background-color css

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

 a { background-color: rgb(35,237,206); }

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

border-color css

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

 span { border-color: rgb(35,237,206); }

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