Html Css Color HEX #23F2BE Turquoise

📋 copy color: '#23F2BE'

red 35 ◦ green 242 ◦ blue 190

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

Shades of Turquoise #23F2BE

Tints of Turquoise #23F2BE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.82%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 7.49%
G = 51.82%
B = 40.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#23F2BE (or 0x23F2BE) is known color: Turquoise. HEX triplet: 23, F2 and BE. RGB value is (35,242,190). Sum of RGB (Red+Green+Blue) = 35+242+190=467 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.49% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #23F2BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F2BE is #DC0D41. Grayscale: #AEAEAE. Windows color (decimal): -14421314 or 12513827. OLE color: 12513827.

HSL color Cylindrical-coordinate representation of color #23F2BE: hue angle of 164.93º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23F2BE is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 242 190 -
CMYK 0.86 0 0.21 0.05
HSL 164.93º 0.89% 0.54% -
HSV(B) 164.93º 0.86% 0.95% -
XYZ 41.74 67.58 59.56 -
YUV 174.18 136.92 28.73 -
System Red Green Blue C M Y K H S L
Decimal 35 242 190 0.86 0 0.21 0.05 164.93 0.89 0.54
Hex 23 F2 BE 56 0 15 5 A5 59 36
Octal 43 362 276 126 0 25 5 245 131 66
Binary 100011 11110010 10111110 1010110 0 10101 101 10100101 1011001 110110

Color Harmonies of #23F2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23F2BE

Black with #23F2BE

Text Example


Text Example

White with #23F2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,242,190); }

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

background-color css

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

 a { background-color: rgb(35,242,190); }

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

border-color css

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

 span { border-color: rgb(35,242,190); }

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