Html Css Color HEX #3CF2BC Turquoise

📋 copy color: '#3CF2BC'

red 60 ◦ green 242 ◦ blue 188

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

Shades of Turquoise #3CF2BC

Tints of Turquoise #3CF2BC

RGB

 RED value IS 60 (23.83% from 255) = 12.24%

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

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 12.24%
G = 49.39%
B = 38.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#3CF2BC (or 0x3CF2BC) is known color: Turquoise. HEX triplet: 3C, F2 and BC. RGB value is (60,242,188). Sum of RGB (Red+Green+Blue) = 60+242+188=490 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.24% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF2BC is #C30D43. Grayscale: #B5B5B5. Windows color (decimal): -12782916 or 12382780. OLE color: 12382780.

HSL color Cylindrical-coordinate representation of color #3CF2BC: hue angle of 162.2º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF2BC is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 242 188 -
CMYK 0.75 0 0.22 0.05
HSL 162.2º 0.88% 0.59% -
HSV(B) 162.2º 0.75% 0.95% -
XYZ 42.69 68.1 58.47 -
YUV 181.43 131.7 41.39 -
System Red Green Blue C M Y K H S L
Decimal 60 242 188 0.75 0 0.22 0.05 162.2 0.88 0.59
Hex 3C F2 BC 4B 0 16 5 A2 58 3B
Octal 74 362 274 113 0 26 5 242 130 73
Binary 111100 11110010 10111100 1001011 0 10110 101 10100010 1011000 111011

Color Harmonies of #3CF2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF2BC

Black with #3CF2BC

Text Example


Text Example

White with #3CF2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CF2BC; }

 p { color: rgb(60,242,188); }

 H1.HeaderClassName
 {
   color: #3CF2BC;
 }
 .AnyTagClassName
 {
   color: #3CF2BC;
 }
</style>

background-color css

<style>
 a { background-color: #3CF2BC; }

 a { background-color: rgb(60,242,188); }

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

border-color css

<style>
 span { border-color: #3CF2BC; }

 span { border-color: rgb(60,242,188); }

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