Html Css Color HEX #23FAC6 Turquoise

📋 copy color: '#23FAC6'

red 35 ◦ green 250 ◦ blue 198

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

Shades of Turquoise #23FAC6

Tints of Turquoise #23FAC6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.76%

 BLUE value IS 198 (77.73% from 255) = 40.99%

R = 7.25%
G = 51.76%
B = 40.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#23FAC6 (or 0x23FAC6) is known color: Turquoise. HEX triplet: 23, FA and C6. RGB value is (35,250,198). Sum of RGB (Red+Green+Blue) = 35+250+198=483 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.25% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #23FAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FAC6 is #DC0539. Grayscale: #B3B3B3. Windows color (decimal): -14419258 or 13040163. OLE color: 13040163.

HSL color Cylindrical-coordinate representation of color #23FAC6: hue angle of 165.49º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FAC6 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 250 198 -
CMYK 0.86 0 0.21 0.02
HSL 165.49º 0.96% 0.56% -
HSV(B) 165.49º 0.86% 0.98% -
XYZ 45.07 72.81 65.1 -
YUV 179.79 138.27 24.73 -
System Red Green Blue C M Y K H S L
Decimal 35 250 198 0.86 0 0.21 0.02 165.49 0.96 0.56
Hex 23 FA C6 56 0 15 2 A5 60 38
Octal 43 372 306 126 0 25 2 245 140 70
Binary 100011 11111010 11000110 1010110 0 10101 10 10100101 1100000 111000

Color Harmonies of #23FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23FAC6

Black with #23FAC6

Text Example


Text Example

White with #23FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,250,198); }

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

background-color css

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

 a { background-color: rgb(35,250,198); }

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

border-color css

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

 span { border-color: rgb(35,250,198); }

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