Html Css Color HEX #23FFC5 Turquoise

📋 copy color: '#23FFC5'

red 35 ◦ green 255 ◦ blue 197

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

Shades of Turquoise #23FFC5

Tints of Turquoise #23FFC5

RGB

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

 GREEN value IS 255 (100% from 255) = 52.36%

 BLUE value IS 197 (77.34% from 255) = 40.45%

R = 7.19%
G = 52.36%
B = 40.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#23FFC5 (or 0x23FFC5) is known color: Turquoise. HEX triplet: 23, FF and C5. RGB value is (35,255,197). Sum of RGB (Red+Green+Blue) = 35+255+197=487 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.19% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFC5 is #DC003A. Grayscale: #B6B6B6. Windows color (decimal): -14417979 or 12975907. OLE color: 12975907.

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

Color convert

RGB 35 255 197 -
CMYK 0.86 0 0.23 0
HSL 164.18º 1% 0.57% -
HSV(B) 164.18º 0.86% 1% -
XYZ 46.53 75.91 65.02 -
YUV 182.61 136.11 22.72 -
System Red Green Blue C M Y K H S L
Decimal 35 255 197 0.86 0 0.23 0 164.18 1 0.57
Hex 23 FF C5 56 0 17 0 A4 64 39
Octal 43 377 305 126 0 27 0 244 144 71
Binary 100011 11111111 11000101 1010110 0 10111 0 10100100 1100100 111001

Color Harmonies of #23FFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23FFC5

Black with #23FFC5

Text Example


Text Example

White with #23FFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,255,197); }

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

background-color css

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

 a { background-color: rgb(35,255,197); }

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

border-color css

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

 span { border-color: rgb(35,255,197); }

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