Html Css Color HEX #23EEB7 Turquoise

📋 copy color: '#23EEB7'

red 35 ◦ green 238 ◦ blue 183

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

Shades of Turquoise #23EEB7

Tints of Turquoise #23EEB7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.19%

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

R = 7.68%
G = 52.19%
B = 40.13%

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

#23EEB7 (or 0x23EEB7) is known color: Turquoise. HEX triplet: 23, EE and B7. RGB value is (35,238,183). Sum of RGB (Red+Green+Blue) = 35+238+183=456 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.68% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #23EEB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EEB7 is #DC1148. Grayscale: #ABABAB. Windows color (decimal): -14422345 or 12054051. OLE color: 12054051.

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

Color convert

RGB 35 238 183 -
CMYK 0.85 0 0.23 0.07
HSL 163.74º 0.86% 0.54% -
HSV(B) 163.74º 0.85% 0.93% -
XYZ 39.81 64.93 55.23 -
YUV 171.03 134.75 30.97 -
System Red Green Blue C M Y K H S L
Decimal 35 238 183 0.85 0 0.23 0.07 163.74 0.86 0.54
Hex 23 EE B7 55 0 17 7 A4 56 36
Octal 43 356 267 125 0 27 7 244 126 66
Binary 100011 11101110 10110111 1010101 0 10111 111 10100100 1010110 110110

Color Harmonies of #23EEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EEB7

Black with #23EEB7

Text Example


Text Example

White with #23EEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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