Html Css Color HEX #3CF2B6 Turquoise

📋 copy color: '#3CF2B6'

red 60 ◦ green 242 ◦ blue 182

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

Shades of Turquoise #3CF2B6

Tints of Turquoise #3CF2B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.6%

R = 12.4%
G = 50%
B = 37.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#3CF2B6 (or 0x3CF2B6) is known color: Turquoise. HEX triplet: 3C, F2 and B6. RGB value is (60,242,182). Sum of RGB (Red+Green+Blue) = 60+242+182=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF2B6 is #C30D49. Grayscale: #B4B4B4. Windows color (decimal): -12782922 or 11989564. OLE color: 11989564.

HSL color Cylindrical-coordinate representation of color #3CF2B6: hue angle of 160.22º 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 #3CF2B6 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 242 182 -
CMYK 0.75 0 0.25 0.05
HSL 160.22º 0.88% 0.59% -
HSV(B) 160.22º 0.75% 0.95% -
XYZ 42.06 67.84 55.13 -
YUV 180.74 128.7 41.88 -
System Red Green Blue C M Y K H S L
Decimal 60 242 182 0.75 0 0.25 0.05 160.22 0.88 0.59
Hex 3C F2 B6 4B 0 19 5 A0 58 3B
Octal 74 362 266 113 0 31 5 240 130 73
Binary 111100 11110010 10110110 1001011 0 11001 101 10100000 1011000 111011

Color Harmonies of #3CF2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF2B6

Black with #3CF2B6

Text Example


Text Example

White with #3CF2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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