Html Css Color HEX #3CF2B5 Turquoise

📋 copy color: '#3CF2B5'

red 60 ◦ green 242 ◦ blue 181

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

Shades of Turquoise #3CF2B5

Tints of Turquoise #3CF2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.47%

R = 12.42%
G = 50.1%
B = 37.47%

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

#3CF2B5 (or 0x3CF2B5) is known color: Turquoise. HEX triplet: 3C, F2 and B5. RGB value is (60,242,181). Sum of RGB (Red+Green+Blue) = 60+242+181=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF2B5 is #C30D4A. Grayscale: #B4B4B4. Windows color (decimal): -12782923 or 11924028. OLE color: 11924028.

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

Color convert

RGB 60 242 181 -
CMYK 0.75 0 0.25 0.05
HSL 159.89º 0.88% 0.59% -
HSV(B) 159.89º 0.75% 0.95% -
XYZ 41.96 67.8 54.59 -
YUV 180.63 128.2 41.96 -
System Red Green Blue C M Y K H S L
Decimal 60 242 181 0.75 0 0.25 0.05 159.89 0.88 0.59
Hex 3C F2 B5 4B 0 19 5 A0 58 3B
Octal 74 362 265 113 0 31 5 240 130 73
Binary 111100 11110010 10110101 1001011 0 11001 101 10100000 1011000 111011

Color Harmonies of #3CF2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF2B5

Black with #3CF2B5

Text Example


Text Example

White with #3CF2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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