Html Css Color HEX #23EDB4 Turquoise

📋 copy color: '#23EDB4'

red 35 ◦ green 237 ◦ blue 180

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

Shades of Turquoise #23EDB4

Tints of Turquoise #23EDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.82%

R = 7.74%
G = 52.43%
B = 39.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#23EDB4 (or 0x23EDB4) is known color: Turquoise. HEX triplet: 23, ED and B4. RGB value is (35,237,180). Sum of RGB (Red+Green+Blue) = 35+237+180=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDB4 is #DC124B. Grayscale: #AAAAAA. Windows color (decimal): -14422604 or 11857187. OLE color: 11857187.

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

Color convert

RGB 35 237 180 -
CMYK 0.85 0 0.24 0.07
HSL 163.07º 0.85% 0.53% -
HSV(B) 163.07º 0.85% 0.93% -
XYZ 39.22 64.22 53.51 -
YUV 170.1 133.58 31.63 -
System Red Green Blue C M Y K H S L
Decimal 35 237 180 0.85 0 0.24 0.07 163.07 0.85 0.53
Hex 23 ED B4 55 0 18 7 A3 55 35
Octal 43 355 264 125 0 30 7 243 125 65
Binary 100011 11101101 10110100 1010101 0 11000 111 10100011 1010101 110101

Color Harmonies of #23EDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EDB4

Black with #23EDB4

Text Example


Text Example

White with #23EDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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