Html Css Color HEX #23EDB7 Turquoise

📋 copy color: '#23EDB7'

red 35 ◦ green 237 ◦ blue 183

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

Shades of Turquoise #23EDB7

Tints of Turquoise #23EDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.22%

R = 7.69%
G = 52.09%
B = 40.22%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#23EDB7 (or 0x23EDB7) is known color: Turquoise. HEX triplet: 23, ED and B7. RGB value is (35,237,183). Sum of RGB (Red+Green+Blue) = 35+237+183=455 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.69% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDB7 is #DC1248. Grayscale: #AAAAAA. Windows color (decimal): -14422601 or 12053795. OLE color: 12053795.

HSL color Cylindrical-coordinate representation of color #23EDB7: hue angle of 163.96º 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 #23EDB7 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 237 183 -
CMYK 0.85 0 0.23 0.07
HSL 163.96º 0.85% 0.53% -
HSV(B) 163.96º 0.85% 0.93% -
XYZ 39.52 64.34 55.14 -
YUV 170.45 135.08 31.39 -
System Red Green Blue C M Y K H S L
Decimal 35 237 183 0.85 0 0.23 0.07 163.96 0.85 0.53
Hex 23 ED B7 55 0 17 7 A4 55 35
Octal 43 355 267 125 0 27 7 244 125 65
Binary 100011 11101101 10110111 1010101 0 10111 111 10100100 1010101 110101

Color Harmonies of #23EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EDB7

Black with #23EDB7

Text Example


Text Example

White with #23EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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