Html Css Color HEX #3CFFBC Turquoise

📋 copy color: '#3CFFBC'

red 60 ◦ green 255 ◦ blue 188

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

Shades of Turquoise #3CFFBC

Tints of Turquoise #3CFFBC

RGB

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

 GREEN value IS 255 (100% from 255) = 50.7%

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

R = 11.93%
G = 50.7%
B = 37.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#3CFFBC (or 0x3CFFBC) is known color: Turquoise. HEX triplet: 3C, FF and BC. RGB value is (60,255,188). Sum of RGB (Red+Green+Blue) = 60+255+188=503 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.93% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFBC is #C30043. Grayscale: #BDBDBD. Windows color (decimal): -12779588 or 12386108. OLE color: 12386108.

HSL color Cylindrical-coordinate representation of color #3CFFBC: hue angle of 159.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFBC is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 60 255 188 -
CMYK 0.76 0 0.26 0
HSL 159.38º 1% 0.62% -
HSV(B) 159.38º 0.76% 1% -
XYZ 46.7 76.11 59.81 -
YUV 189.06 127.4 35.95 -
System Red Green Blue C M Y K H S L
Decimal 60 255 188 0.76 0 0.26 0 159.38 1 0.62
Hex 3C FF BC 4C 0 1A 0 9F 64 3E
Octal 74 377 274 114 0 32 0 237 144 76
Binary 111100 11111111 10111100 1001100 0 11010 0 10011111 1100100 111110

Color Harmonies of #3CFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFFBC

Black with #3CFFBC

Text Example


Text Example

White with #3CFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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