Html Css Color HEX #3CF1B0 Turquoise

📋 copy color: '#3CF1B0'

red 60 ◦ green 241 ◦ blue 176

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

Shades of Turquoise #3CF1B0

Tints of Turquoise #3CF1B0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.52%

 BLUE value IS 176 (69.14% from 255) = 36.9%

R = 12.58%
G = 50.52%
B = 36.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#3CF1B0 (or 0x3CF1B0) is known color: Turquoise. HEX triplet: 3C, F1 and B0. RGB value is (60,241,176). Sum of RGB (Red+Green+Blue) = 60+241+176=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF1B0 is #C30E4F. Grayscale: #B3B3B3. Windows color (decimal): -12783184 or 11596092. OLE color: 11596092.

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

Color convert

RGB 60 241 176 -
CMYK 0.75 0 0.27 0.05
HSL 158.45º 0.87% 0.59% -
HSV(B) 158.45º 0.75% 0.95% -
XYZ 41.16 67.01 51.84 -
YUV 179.47 126.03 42.79 -
System Red Green Blue C M Y K H S L
Decimal 60 241 176 0.75 0 0.27 0.05 158.45 0.87 0.59
Hex 3C F1 B0 4B 0 1B 5 9E 57 3B
Octal 74 361 260 113 0 33 5 236 127 73
Binary 111100 11110001 10110000 1001011 0 11011 101 10011110 1010111 111011

Color Harmonies of #3CF1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF1B0

Black with #3CF1B0

Text Example


Text Example

White with #3CF1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,241,176); }

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

background-color css

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

 a { background-color: rgb(60,241,176); }

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

border-color css

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

 span { border-color: rgb(60,241,176); }

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