Html Css Color HEX #23FCC4 Turquoise

📋 copy color: '#23FCC4'

red 35 ◦ green 252 ◦ blue 196

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

Shades of Turquoise #23FCC4

Tints of Turquoise #23FCC4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.17%

 BLUE value IS 196 (76.95% from 255) = 40.58%

R = 7.25%
G = 52.17%
B = 40.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#23FCC4 (or 0x23FCC4) is known color: Turquoise. HEX triplet: 23, FC and C4. RGB value is (35,252,196). Sum of RGB (Red+Green+Blue) = 35+252+196=483 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.25% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #23FCC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FCC4 is #DC033B. Grayscale: #B4B4B4. Windows color (decimal): -14418748 or 12909603. OLE color: 12909603.

HSL color Cylindrical-coordinate representation of color #23FCC4: hue angle of 164.52º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FCC4 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 35 252 196 -
CMYK 0.86 0 0.22 0.01
HSL 164.52º 0.97% 0.56% -
HSV(B) 164.52º 0.86% 0.99% -
XYZ 45.47 73.96 64.1 -
YUV 180.73 136.61 24.05 -
System Red Green Blue C M Y K H S L
Decimal 35 252 196 0.86 0 0.22 0.01 164.52 0.97 0.56
Hex 23 FC C4 56 0 16 1 A5 61 38
Octal 43 374 304 126 0 26 1 245 141 70
Binary 100011 11111100 11000100 1010110 0 10110 1 10100101 1100001 111000

Color Harmonies of #23FCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23FCC4

Black with #23FCC4

Text Example


Text Example

White with #23FCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,252,196); }

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

background-color css

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

 a { background-color: rgb(35,252,196); }

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

border-color css

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

 span { border-color: rgb(35,252,196); }

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